disabled python default plugin

This commit is contained in:
Carlos Cardoso 2014-12-05 17:55:53 -02:00
commit aff15e81e2
2 changed files with 2 additions and 2 deletions

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 heroku postgres tmux python vim-override virtualenvwrapper)
plugins=(git gitfast heroku postgres tmux vim-override virtualenvwrapper)
# User configuration
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi