osx/custompkg/root/etc/skel/Library/profile.d/500.pipenv-completion.sh

4 lines
76 B
Bash

if which pipenv 2>&1 > /dev/null; then
eval "$(pipenv --completion)"
fi