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

4 lines
76 B
Bash
Raw Normal View History

2018-01-27 13:58:21 +00:00
if which pipenv 2>&1 > /dev/null; then
eval "$(pipenv --completion)"
fi