diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 785ba152f..a43032508 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -41,4 +41,7 @@ source `which virtualenvwrapper.sh` if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi +if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi +unsetopt correctall + # Themes override ls alias from aliases.zsh