Merge pull request #29 from maletor/patch-1

Add homebrew path
This commit is contained in:
Yan Pritzker 2012-02-24 13:38:14 -08:00
commit 3b495c147c

View File

@ -48,4 +48,4 @@ zstyle ':completion:*:approximate:*' max-errors 1 numeric
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# Add path to our custom bins # Add path to our custom bins
export PATH=$PATH:$yadr/bin:$yadr/bin/yadr export PATH=/usr/local/bin:$PATH:$yadr/bin:$yadr/bin/yadr