Skip to content

Commit

Permalink
Add safe binstubs to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
faun committed Nov 4, 2014
1 parent 0138524 commit 33d01f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shrc/_.paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if $(brew_location="$(type -p "$brew")" && [ -z "$brew_location" ]); then
fi

PATH="~/bin:$PATH"
PATH=".git/safe/../../bin:$PATH"
PATH="/usr/local/heroku/bin:$PATH"
PATH="/usr/local/share/npm/bin:$PATH"
PATH="/usr/local/bin:/usr/local/sbin:$PATH"
Expand Down

0 comments on commit 33d01f5

Please sign in to comment.