From 29565c5ac4735b0ac59615d9b6134424f90a09bb Mon Sep 17 00:00:00 2001 From: Carlos Cardoso Date: Tue, 18 Nov 2014 13:39:20 -0200 Subject: [PATCH] added heroku integration --- templates/zshrc-mac.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 176335ce6..37d851d39 100644 --- a/templates/zshrc-mac.zsh +++ b/templates/zshrc-mac.zsh @@ -33,7 +33,7 @@ DISABLE_VENV_CD="1" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper) +plugins=(git gitfast heroku postgres tmux python vim-override virtualenvwrapper) # User configuration if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi