Create 500.pipenv-completion.sh

This commit is contained in:
2018-01-27 07:58:21 -06:00
committed by GitHub
parent 23abe74dff
commit e7ef104067

View File

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