aboutsummaryrefslogtreecommitdiff
path: root/zsh/behavior.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-03-18 02:09:37 -0400
committerMatt Singleton <matt@datadoghq.com>2013-03-18 02:09:37 -0400
commit6688afe37fedd872590f814c0f5daaeaf5e2fa56 (patch)
treeb4e84f01f3543c293873e7587d32c7441141ef9a /zsh/behavior.zsh
parent582b368961529ccfc02a52853379406907718367 (diff)
virtualenvwrapper stuff
Diffstat (limited to 'zsh/behavior.zsh')
-rw-r--r--zsh/behavior.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index b305c91..2ce396a 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -54,3 +54,10 @@ case "$TERM" in
}
;;
esac
+
+#
+# virtualenv
+
+export VIRTUAL_ENV_DISABLE_PROMPT=true
+export WORKON_HOME=~/.virtualenv/envs
+source /usr/local/bin/virtualenvwrapper.sh