From 36c4460535fdb5dce53a617ee41c9d397fa88c97 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 30 Dec 2013 23:36:20 -0500 Subject: [PATCH] Heroku toolbelt thingy --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index a3c5197..bb9210f 100644 --- a/.zshrc +++ b/.zshrc @@ -66,3 +66,6 @@ else eval "$(rbenv init -)" fi fi + +### Added by the Heroku Toolbelt +export PATH="/usr/local/heroku/bin:$PATH"