adding /usr/local/bin removed by mistake

This commit is contained in:
Carlos Cardoso 2014-04-19 11:38:07 -03:00
commit d4db25b634

View file

@ -37,6 +37,7 @@ plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
# User configuration
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
if [ -e /usr/local/bin ]; then export PATH="/usr/local/bin:$PATH"; fi
export EDITOR='vim'
# Language configuration