From 2b8bacb8dacefbd58d7ecd92522a4928f3040f57 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 5 Sep 2014 00:22:58 -0400 Subject: [PATCH] Remove heroku toolbelt path --- .zshrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.zshrc b/.zshrc index e1d15f7..9ca9991 100644 --- a/.zshrc +++ b/.zshrc @@ -62,6 +62,3 @@ else eval "$(rbenv init -)" fi fi - -### Added by the Heroku Toolbelt -export PATH="/usr/local/heroku/bin:$PATH"