mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-28 15:36:13 +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
|