dotfiles/.bash_it/completion/available/pipenv.completion.bash
2022-02-27 20:00:49 +01:00

5 lines
90 B
Bash

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