From 0cab5551f5ec0b579c9aa1d03e6f14969c3c480a Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 22 Jun 2017 21:41:55 -0500 Subject: [PATCH] Add virtualenvwrapper automatically loading into python's virtualenv https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh --- shell/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 157d3eb..19ec92f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -63,7 +63,7 @@ COMPLETION_WAITING_DOTS="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git virtualenvwrapper) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh