diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index 71bfd99a2..a46185768 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 gitfast tmux debian python virtualenvwrapper) +plugins=(git gitfast tmux debian virtualenvwrapper) if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi if [ -e $HOME/.local/bin ]; then export PATH="$HOME/.local/bin:$PATH"; fi diff --git a/templates/zshrc-mac.zsh b/templates/zshrc-mac.zsh index 37d851d39..3ecd9e1a0 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 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