mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
_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:
parent
75b9030f48
commit
eadbd2b898
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue