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