adding ~/bin in the PATH

This commit is contained in:
Rodolphe Breard 2015-01-16 02:18:41 +01:00
parent 7e965ee6e4
commit 11a416d7e8

3
.zshrc
View file

@ -5,6 +5,9 @@ CLICOLOR=1
export EDITOR='emacs'
export PAGER='less'
export USER_NICKNAME="Rodolphe Breard"
if [ -d "$HOME/bin" ]; then
export PATH="$PATH:$HOME/bin"
fi
setopt nobeep appendhistory histignoredups histignorespace autocd extendedglob nomatch notify correct_all
bindkey -e