mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
plugin brew: minior fix
This commit is contained in:
parent
d48b2e163f
commit
35711ba69d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ _1st_arguments=(
|
|||
'cat:display formula file for a formula'
|
||||
'cleanup:uninstall unused and old versions of packages'
|
||||
'commands:show a list of commands'
|
||||
'config:show homebrew and system configuration'
|
||||
'create:create a new formula'
|
||||
'deps:list dependencies and dependants of a formula'
|
||||
'doctor:audits your installation for common issues'
|
||||
|
|
@ -73,7 +74,6 @@ local -a formulae installed_formulae installed_taps outdated_formulae running_se
|
|||
_arguments \
|
||||
'(-v)-v[verbose]' \
|
||||
'(--cellar)--cellar[brew cellar]' \
|
||||
'(config)--config[brew configuration]' \
|
||||
'(--env)--env[brew environment]' \
|
||||
'(--repository)--repository[brew repository]' \
|
||||
'(--version)--version[version information]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue