Skip to content

Commit 94f1f21

Browse files
committed
clean up comment about zsh behavior in lazy
Change-Id: Ia8f535590e554301fb8c7c5807f095ce55805b0b
2 parents 1f93c03 + 6a8c168 commit 94f1f21

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

virtualenvwrapper_lazy.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ function virtualenvwrapper_load {
1919
# a real completion.
2020
if [ -z $VIRTUALENVWRAPPER_LAZY_LOADED ]
2121
then
22-
# if [ -n "$ZSH_VERSION" ]
23-
# then
24-
# # Tried to unset any auto-load completion, does not appear to work/triggers a crash
25-
# # compctl + $(echo ${_VIRTUALENVWRAPPER_API})
26-
# fi
22+
# NOTE: For Zsh, I have tried to unset any auto-load completion.
23+
# (via `compctl + $(echo ${_VIRTUALENVWRAPPER_API})`.
24+
# But this does not appear to work / triggers a crash.
2725
source "$VIRTUALENVWRAPPER_SCRIPT"
2826
VIRTUALENVWRAPPER_LAZY_LOADED=1
2927
fi

0 commit comments

Comments
 (0)