mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-17 02:03:03 +02:00
Don't load the completions when /usr/bin/register-python-argcomplete is not available
5 lines
166 B
Bash
5 lines
166 B
Bash
# exit immediately if argcomplete is not available
|
|
[ -e '/usr/bin/register-python-argcomplete' ] || exit 0
|
|
|
|
eval "$(register-python-argcomplete --shell zsh git-obs)"
|