Update pipenv completion

use `--completion` from pypa/pipenv docs instead of old `_PIPENV_COMPLETE`
This commit is contained in:
Joe Leong
2018-04-14 00:10:35 -04:00
parent 6cf96b8f24
commit 46c25769c7

View File

@@ -1 +1 @@
[[ -x "$(which pipenv)" ]] && source <(env _PIPENV_COMPLETE="source-bash" pipenv)
[[ -x "$(which pipenv)" ]] && eval "$(pipenv --completion)"