Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1458 from ranman/master
Browse files Browse the repository at this point in the history
lazyload virtualenvwrapper
  • Loading branch information
robbyrussell committed Dec 4, 2012
2 parents 9ae1289 + b9d5a39 commit 43ca5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
@@ -1,4 +1,4 @@
wrapsource=`which virtualenvwrapper.sh`
wrapsource=`which virtualenvwrapper_lazy.sh`

if [[ -f "$wrapsource" ]]; then
source $wrapsource
Expand Down Expand Up @@ -36,5 +36,5 @@ if [[ -f "$wrapsource" ]]; then
}
fi
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

0 comments on commit 43ca5d8

Please sign in to comment.