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.
if
1 parent 6a21bcd commit 6a8c168Copy full SHA for 6a8c168
virtualenvwrapper_lazy.sh
@@ -18,10 +18,10 @@ function virtualenvwrapper_load {
18
# We might get called multiple times, because not all of _VIRTUALENVWRAPPER_API gets
19
# a real completion.
20
if [ -z $VIRTUALENVWRAPPER_LAZY_LOADED ]; then
21
- if [ -n "$ZSH_VERSION" ] ; then
22
- # Tried to unset any auto-load completion, does not appear to work/triggers a crash
23
- # compctl + $(echo ${_VIRTUALENVWRAPPER_API})
24
- 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.
+
25
source "$VIRTUALENVWRAPPER_SCRIPT"
26
VIRTUALENVWRAPPER_LAZY_LOADED=1
27
fi
0 commit comments