Create 500.pipenv-completion.sh

This commit is contained in:
Jeffrey Paul 2018-01-27 07:58:21 -06:00 committed by GitHub
parent 23abe74dff
commit e7ef104067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
if which pipenv 2>&1 > /dev/null; then
eval "$(pipenv --completion)"
fi