Skip to content

Commit

Permalink
put '~/bin' at the beginning of the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
exterm committed Nov 4, 2015
1 parent fe20d8c commit 64f6a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -128,4 +128,4 @@ export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH="$PATH:$HOME/.npm/bin"

# manually inserted binaries
export PATH="$PATH:$HOME/bin"
export PATH="$HOME/bin:$PATH"

0 comments on commit 64f6a7a

Please sign in to comment.