Files
bash-it/completion/available/pipenv.completion.bash
2021-12-12 18:11:21 +08:00

5 lines
106 B
Bash

# shellcheck shell=bash
if _command_exists pipenv; then
eval "$(_PIPENV_COMPLETE=bash_source pipenv)"
fi