added heroku integration

This commit is contained in:
Carlos Cardoso 2014-11-18 13:39:20 -02:00
commit 29565c5ac4

View file

@ -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