adding ~/bin in the PATH
This commit is contained in:
parent
7e965ee6e4
commit
11a416d7e8
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue