update search bash completion
This commit is contained in:
parent
3dea341732
commit
6a6b319a8b
@ -318,7 +318,7 @@ _brew_search ()
|
||||
local cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
case "$cur" in
|
||||
--*)
|
||||
__brewcomp "--debian --fink --macports"
|
||||
__brewcomp "--debian --fink --macports --opensuse"
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user