.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:
Alan Orth 2015-06-23 18:05:33 +03:00
parent eab699691e
commit cdd9e1aa0f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -95,5 +95,8 @@ if [[ -d ~/Downloads/go ]]; then
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
fi
# If heroku toolbelt is installed, add it to PATH
[[ -d /usr/local/heroku ]] && PATH=$PATH:/usr/local/heroku/bin
export PATH
export MANPATH