diff options
| author | Xu Cheng | 2014-05-01 13:04:26 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-01 09:43:55 +0100 |
| commit | 2c9868ddd2a50a46bd2c6c42ed96034519d48719 (patch) | |
| tree | b09e9ff00ef8126f8f7debeac6bc04f610a0bc06 /Library/Contributions | |
| parent | 579c0e898fed32f603758cb340a489840d341c3a (diff) | |
| download | brew-2c9868ddd2a50a46bd2c6c42ed96034519d48719.tar.bz2 | |
zsh_completion: fix brew config.
Signed-off-by: Xu Cheng <xucheng@me.com>
Closes Homebrew/homebrew#28878.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/brew_zsh_completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/brew_zsh_completion.zsh b/Library/Contributions/brew_zsh_completion.zsh index 0cae580fb..edb700215 100644 --- a/Library/Contributions/brew_zsh_completion.zsh +++ b/Library/Contributions/brew_zsh_completion.zsh @@ -33,6 +33,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' @@ -77,7 +78,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]' \ |
