diff options
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |