.zshrc: Add path for Heroku toolbelt
Heroku's official packages install here on all *nix platforms. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
eab699691e
commit
cdd9e1aa0f
3
.zshrc
3
.zshrc
@ -95,5 +95,8 @@ if [[ -d ~/Downloads/go ]]; then
|
|||||||
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# If heroku toolbelt is installed, add it to PATH
|
||||||
|
[[ -d /usr/local/heroku ]] && PATH=$PATH:/usr/local/heroku/bin
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
export MANPATH
|
export MANPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user