Files
dotfiles/dot_bash_it/completion/available/pipenv.completion.bash
2022-05-05 22:20:02 +02:00

5 lines
106 B
Bash

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