mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
added heroku integration
This commit is contained in:
parent
c4520bca74
commit
29565c5ac4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue