Update pipenv completion

use `--completion` from pypa/pipenv docs instead of old `_PIPENV_COMPLETE`
pull/1173/head
Joe Leong 2018-04-14 00:10:35 -04:00
parent 6cf96b8f24
commit 46c25769c7
1 changed files with 1 additions and 1 deletions

View File

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