Skip to content

Commit

Permalink
Fix path - put Homebrew before other bin locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dira committed Mar 6, 2012
1 parent f45ca2c commit 6bbf52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -26,7 +26,7 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh

# bins
export PATH=~/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11/bin
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11/bin

# rbnev
export PATH=$HOME/.rbenv/bin:$PATH
Expand Down

0 comments on commit 6bbf52a

Please sign in to comment.