_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.
This commit is contained in:
Dominyk Tiller 2015-04-06 03:47:33 +01:00
commit eadbd2b898

View file

@ -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)