Skip to content

Commit

Permalink
Add homebrew sbin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinClowers committed Oct 20, 2014
1 parent f69414c commit 05466ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Expand Up @@ -31,7 +31,7 @@ complete -o default -o nospace -F __git_flow_release release


# set path for homebrew
PATH=/usr/local/bin:$PATH
PATH=/usr/local/bin:/usr/local/sbin:$PATH

# add Heroku Toolbelt to path
PATH=/usr/local/heroku/bin:$PATH
Expand Down

0 comments on commit 05466ed

Please sign in to comment.