We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f93c03 + 6a8c168 commit 94f1f21Copy full SHA for 94f1f21
virtualenvwrapper_lazy.sh
@@ -19,11 +19,9 @@ function virtualenvwrapper_load {
19
# a real completion.
20
if [ -z $VIRTUALENVWRAPPER_LAZY_LOADED ]
21
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
+ # NOTE: For Zsh, I have tried to unset any auto-load completion.
+ # (via `compctl + $(echo ${_VIRTUALENVWRAPPER_API})`.
+ # But this does not appear to work / triggers a crash.
27
source "$VIRTUALENVWRAPPER_SCRIPT"
28
VIRTUALENVWRAPPER_LAZY_LOADED=1
29
fi
0 commit comments