This commit is contained in:
Pinnapong Silpsakulsuk 2018-06-06 15:14:38 +00:00 committed by GitHub
commit 5b84f0f339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
virtualenvwrapper='virtualenvwrapper.sh' virtualenvwrapper='virtualenvwrapper.sh'
virtualenvwrapper_lazy='virtualenvwrapper_lazy.sh' virtualenvwrapper_lazy='virtualenvwrapper_lazy.sh'
if (( $+commands[$virtualenvwrapper_lazy] )); then if (( $+commands[$virtualenvwrapper_lazy] )) && [ "$WORKON_HOME" != "" ]; then
function { function {
setopt local_options setopt local_options
unsetopt equals unsetopt equals