diff --git a/.zshrc b/.zshrc index 8d6df2a..562710d 100644 --- a/.zshrc +++ b/.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