Skip to content

Commit

Permalink
adding ~/.bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 2, 2012
1 parent d0ebddc commit f4d093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins=(git bundler brew gem rbenv rbates)

source $ZSH/oh-my-zsh.sh

export PATH="/usr/local/bin:$PATH"
export PATH="$HOME/.bin:/usr/local/bin:$PATH"

# use .localrc for settings specific to one system
[[ -f ~/.localrc ]] && . ~/.localrc

0 comments on commit f4d093c

Please sign in to comment.