Update pipenv completion
use `--completion` from pypa/pipenv docs instead of old `_PIPENV_COMPLETE`pull/1173/head
parent
6cf96b8f24
commit
46c25769c7
|
|
@ -1 +1 @@
|
||||||
[[ -x "$(which pipenv)" ]] && source <(env _PIPENV_COMPLETE="source-bash" pipenv)
|
[[ -x "$(which pipenv)" ]] && eval "$(pipenv --completion)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue