From dc5b544bc00137fec3bb5dc518830cf3e07cd71b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 20 Aug 2016 22:47:06 +0300 Subject: [PATCH] .zshrc: Remove Heroku toolbelt --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 37e480d..e07126b 100644 --- a/.zshrc +++ b/.zshrc @@ -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 #