From eadbd2b898fc69e11c59375b13b3cdba59c1beed Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 6 Apr 2015 03:47:33 +0100 Subject: [PATCH] _brew: add fetch to autocomplete `brew fetch` is one of the more often used commands but for some reason is one of the few commands that doesn't autocomplete. This just fixes that up so `brew fetch` gains magical autocomplete powers along with the other commands. Nothing fancy. --- plugins/brew/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index d11aa245d..3b987a25a 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -78,7 +78,7 @@ if (( CURRENT == 1 )); then fi case "$words[1]" in - install|reinstall|audit|home|homepage|log|info|abv|uses|cat|deps|edit|options) + install|reinstall|fetch|audit|home|homepage|log|info|abv|uses|cat|deps|edit|options) _brew_all_formulae _wanted formulae expl 'all formulae' compadd -a formulae ;; list|ls)