diff options
author | Andrey Janzen <andrey@janzen.su> | 2013-07-20 10:12:06 +0700 |
---|---|---|
committer | Andrey Janzen <andrey@janzen.su> | 2013-07-20 10:12:06 +0700 |
commit | cbbdc0dfeb579474e320a6acf46077bac8c78c28 (patch) | |
tree | 9bd1641d0bf15e943664916813cfe7c739cc326b /plugins/brew | |
parent | 2cc4801bd25a619cae8b41d698ff0489f7d629c3 (diff) | |
download | zsh-cbbdc0dfeb579474e320a6acf46077bac8c78c28.tar.gz zsh-cbbdc0dfeb579474e320a6acf46077bac8c78c28.tar.bz2 zsh-cbbdc0dfeb579474e320a6acf46077bac8c78c28.zip |
Added 'reinstall' command to brew completion
Diffstat (limited to 'plugins/brew')
-rw-r--r-- | plugins/brew/_brew | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew index e43ba2900..3ead022dc 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -28,6 +28,7 @@ _1st_arguments=( 'missing:check all installed formuale for missing dependencies.' 'outdated:list formulas for which a newer version is available' 'prune:remove dead links' + 'reinstall:reinstall a formula' 'remove:remove a formula' 'search:search for a formula (/regex/ or string)' 'server:start a local web app that lets you browse formulae (requires Sinatra)' |