bash-it/completion/available/pipenv.completion.bash

5 lines
68 B
Bash

if _command_exists pipenv
then
eval "$(pipenv --completion)"
fi