From 35711ba69dff31e9b3b23c9dfb317f74a7e81029 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 1 May 2014 12:56:55 +0800 Subject: [PATCH] plugin brew: minior fix --- plugins/brew/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 523c3ab73..5785d822d 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -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]' \