98268d25b5f4

zsh: use preloaded virtualenvwrapper
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Thu, 12 Aug 2010 09:21:06 -0400
parents e34702969b00
children d5b47e343a59
branches/tags (none)
files .zshrc

Changes

--- a/.zshrc	Tue Aug 10 17:09:44 2010 -0400
+++ b/.zshrc	Thu Aug 12 09:21:06 2010 -0400
@@ -37,7 +37,7 @@
 
 # Extra shell extensions like z and tab completion for Mercurial -------------
 source ~/lib/z/z.sh
-source ~/lib/python/virtualenvwrapper/virtualenvwrapper.sh
+export VEW_PATH="$HOME/lib/python/virtualenvwrapper/virtualenvwrapper.sh"
 
 # See ------------------------------------------------------------------------
 export PYTHONPATH="$HOME/lib/python/see:$PYTHONPATH"