diff --git a/completions/brew.fish b/completions/brew.fish index d73782b..1e5a227 100644 --- a/completions/brew.fish +++ b/completions/brew.fish @@ -98,7 +98,7 @@ function __suggest_brew_formulae_all -d 'Lists all available formulae with their '.each{ |k, v| puts([k, v].reject(&:nil?).join("\t")) }' # backup: (note that it lists only formulae names without descriptions) else - brew search + brew formulae end end