mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge bc5a65b99d into f461d21de1
This commit is contained in:
commit
5b84f0f339
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue