.zshrc: Remove Heroku toolbelt

This commit is contained in:
2016-08-20 22:47:06 +03:00
parent 758037091f
commit dc5b544bc0

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
#