Check for register-python-argcomplete3 before calling

This commit is contained in:
Evie Litherland-Smith 2023-01-18 10:16:37 +00:00
parent 9e41c52c80
commit 48900854e8

View file

@ -1,3 +1,3 @@
autoload -U bashcompinit
bashcompinit
eval "$(register-python-argcomplete3 pipx)"
type register-python-argcomplete3 > /dev/null && eval "$(register-python-argcomplete3 pipx)"