mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge b9d5a39098 into 9ae128983a
This commit is contained in:
commit
a6f7d11051
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
wrapsource=`which virtualenvwrapper.sh`
|
||||
wrapsource=`which virtualenvwrapper_lazy.sh`
|
||||
|
||||
if [[ -f "$wrapsource" ]]; then
|
||||
source $wrapsource
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue