mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-14 00:06:15 +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
|