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.
1 parent 61749bc commit 75d24b7Copy full SHA for 75d24b7
virtualenvwrapper_lazy.sh
@@ -34,9 +34,9 @@ function $venvw_name {
34
# Set up completion functions to virtualenvwrapper_load
35
function virtualenvwrapper_setup_lazy_completion {
36
if [ -n "$BASH" ] ; then
37
- complete -o nospace -F virtualenvwrapper_load cdvirtualenv cdsitepackages workon rmvirtualenv cpvirtualenv showvirtualenv
+ complete -o nospace -F virtualenvwrapper_load $(echo ${_VIRTUALENVWRAPPER_API})
38
elif [ -n "$ZSH_VERSION" ] ; then
39
- compctl -K virtualenvwrapper_load cdvirtualenv cdsitepackages workon rmvirtualenv cpvirtualenv showvirtualenv
+ compctl -K virtualenvwrapper_load $(echo ${_VIRTUALENVWRAPPER_API})
40
fi
41
}
42
0 commit comments