mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-10 09:49:20 +01:00
5 lines
195 B
Bash
5 lines
195 B
Bash
|
test -z "$BASH_VERSION" && return
|
||
|
complete -o default _nullcommand &> /dev/null || return
|
||
|
complete -r _nullcommand &> /dev/null || return
|
||
|
complete -o default -C /usr/lib/osc/complete osc
|