From b96a090cf75bc9a98215c08a1240555a3e02ab9f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 14 Oct 2013 15:29:06 -0400 Subject: Add Heroku to zsh --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index bd026853..348afa35 100644 --- a/.zshrc +++ b/.zshrc @@ -62,6 +62,8 @@ chruby ruby-2.0.0 [[ -s /home/curtis/.nvm/nvm.sh ]] && . /home/curtis/.nvm/nvm.sh +[ -f /usr/local/heroku ] && export PATH="/usr/local/heroku/bin:$PATH" + source ~/.zsh/gitprompt.zsh # Environment -- cgit 1.4.1