5 lines
90 B
Bash
5 lines
90 B
Bash
|
# shellcheck shell=bash
|
||
|
if _command_exists pipenv; then
|
||
|
eval "$(pipenv --completion)"
|
||
|
fi
|