From 6675579ba9578a1ce2ed4593ad79b7bd51c96315 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 May 2014 09:19:16 -0400 Subject: [PATCH] add virtualenvwrapper setup --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 56ca1fb..5c04c34 100644 --- a/zshrc +++ b/zshrc @@ -15,3 +15,6 @@ export NODE_PATH=/usr/local/lib/node_modules unsetopt inc_append_history unsetopt share_history # share command history data alias irc="screen -r irssi || screen -dmS irssi irssi && screen -r irssi" + +export WORKON_HOME=~/.env +source /usr/local/bin/virtualenvwrapper.sh