From d4db25b6345105e4bd2388ac7f0bee22e59ad1be Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Sat, 19 Apr 2014 11:38:07 -0300 Subject: [PATCH] adding /usr/local/bin removed by mistake --- templates/zshrc-mac.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index fbce8bf88..6fabcd183 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -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