Merge pull request #1173 from joeleong/update-pipenv-completion

Update pipenv completion
pull/1174/head
Nils Winkler 2018-04-14 21:55:58 +02:00 committed by GitHub
commit 0a77d0c51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)"