diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 7807cb9ad..750443bbe 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.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 tmux debian python pythonbrew vim-override virtualenvwrapper) +plugins=(git tmux debian python virtualenvwrapper) source $ZSH/oh-my-zsh.sh diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 4dd8d07c4..332d34483 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 postgres tmux python pythonbrew vim-override virtualenvwrapper) +plugins=(git postgres tmux python vim-override virtualenvwrapper) source $ZSH/oh-my-zsh.sh # source `which virtualenvwrapper.sh`