From 3128931238fd74695a54fcbd0c74b2a6d8976f0a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Aug 2013 08:56:12 -0700 Subject: [PATCH] update brew search completion --- Library/Contributions/brew_bash_completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 22912acc03..b8cacc012f 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -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