Commit 43ca5d8c authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1458 from ranman/master

lazyload virtualenvwrapper
parents 9ae12898 b9d5a390
wrapsource=`which virtualenvwrapper.sh` wrapsource=`which virtualenvwrapper_lazy.sh`
if [[ -f "$wrapsource" ]]; then if [[ -f "$wrapsource" ]]; then
source $wrapsource source $wrapsource
...@@ -36,5 +36,5 @@ if [[ -f "$wrapsource" ]]; then ...@@ -36,5 +36,5 @@ if [[ -f "$wrapsource" ]]; then
} }
fi fi
else else
print "zsh virtualenvwrapper plugin: Cannot find virtualenvwrapper.sh. Please install with \`pip install virtualenvwrapper\`." print "zsh virtualenvwrapper plugin: Cannot find virtualenvwrapper_lazy.sh. Please install with \`pip install virtualenvwrapper\`."
fi fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment