Skip to content

Commit

Permalink
Merge pull request #1173 from joeleong/update-pipenv-completion
Browse files Browse the repository at this point in the history
Update pipenv completion
  • Loading branch information
nwinkler committed Apr 14, 2018
2 parents 836dafd + 46c2576 commit 0a77d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completion/available/pipenv.completion.bash
@@ -1 +1 @@
[[ -x "$(which pipenv)" ]] && source <(env _PIPENV_COMPLETE="source-bash" pipenv)
[[ -x "$(which pipenv)" ]] && eval "$(pipenv --completion)"

0 comments on commit 0a77d0c

Please sign in to comment.