Create 500.pipenv-completion.sh
This commit is contained in:
parent
23abe74dff
commit
e7ef104067
|
@ -0,0 +1,3 @@
|
||||||
|
if which pipenv 2>&1 > /dev/null; then
|
||||||
|
eval "$(pipenv --completion)"
|
||||||
|
fi
|
Loading…
Reference in New Issue