update brew search completion

This commit is contained in:
Adam Vandenberg 2013-08-17 08:56:12 -07:00
parent 2c23e71be3
commit 3128931238

View File

@ -318,7 +318,7 @@ _brew_search ()
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
__brewcomp "--debian --fink --macports --opensuse"
__brewcomp "--debian --fedora --fink --macports --opensuse --ubuntu"
return
;;
esac