.zshrc: Remove Heroku toolbelt

This commit is contained in:
Alan Orth 2016-08-20 22:47:06 +03:00
parent 758037091f
commit dc5b544bc0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 2 deletions

2
.zshrc
View File

@ -99,8 +99,6 @@ 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/bin ]] && PATH=$PATH:/usr/local/heroku/bin
# resize images using GraphicsMagick
#