diff --git a/custompkg/root/etc/skel/Library/profile.d/500.pipenv-completion.sh b/custompkg/root/etc/skel/Library/profile.d/500.pipenv-completion.sh new file mode 100644 index 0000000..256b432 --- /dev/null +++ b/custompkg/root/etc/skel/Library/profile.d/500.pipenv-completion.sh @@ -0,0 +1,3 @@ +if which pipenv 2>&1 > /dev/null; then + eval "$(pipenv --completion)" +fi