4 lines
76 B
Bash
4 lines
76 B
Bash
|
if which pipenv 2>&1 > /dev/null; then
|
||
|
eval "$(pipenv --completion)"
|
||
|
fi
|