mirror of
https://github.com/openSUSE/osc.git
synced 2026-01-30 09:28:59 +01:00
Don't load the completions when /usr/bin/register-python-argcomplete is not available
5 lines
167 B
Bash
5 lines
167 B
Bash
# exit immediately if argcomplete is not available
|
|
[ -e '/usr/bin/register-python-argcomplete' ] || exit 0
|
|
|
|
eval "$(register-python-argcomplete --shell bash git-obs)"
|