dotfiles/.bash_it/completion/available/pipenv.completion.bash

5 lines
90 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
# shellcheck shell=bash
if _command_exists pipenv; then
eval "$(pipenv --completion)"
fi