formatted pip pip3 and pipenv completion and used helper functions

This commit is contained in:
Gurkirat Singh
2021-01-10 19:28:34 +05:30
committed by Noah Gorny
parent c2d971f20e
commit 7959acddd9
3 changed files with 8 additions and 5 deletions

View File

@@ -1 +1,4 @@
[[ -x "$(which pipenv)" ]] && eval "$(pipenv --completion)"
if _command_exists pipenv
then
eval "$(pipenv --completion)"
fi