.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:
2015-06-23 18:05:33 +03:00
parent eab699691e
commit cdd9e1aa0f

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