diff options
author | Igor Zoriy <gh@igorzoriy.com> | 2014-08-26 01:05:13 +0700 |
---|---|---|
committer | Igor Zoriy <gh@igorzoriy.com> | 2014-08-26 01:05:13 +0700 |
commit | ee33cee83e78b53ca200b5647b024bcd93f8ee3d (patch) | |
tree | 3ddb02b840b513beb67ffcbef9672022282a969f /plugins/brew | |
parent | 1b7a3ea99a8b566510ab7881063148c43be6b98d (diff) | |
download | zsh-ee33cee83e78b53ca200b5647b024bcd93f8ee3d.tar.gz zsh-ee33cee83e78b53ca200b5647b024bcd93f8ee3d.tar.bz2 zsh-ee33cee83e78b53ca200b5647b024bcd93f8ee3d.zip |
Added 'uninstall' 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 9eb3bb557..40442a1d3 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -50,6 +50,7 @@ _1st_arguments=( 'server:start a local web app that lets you browse formulae (requires Sinatra)' 'services:small wrapper around `launchctl` for supported formulae' 'tap:tap a new formula repository from GitHub, or list existing taps' + 'uninstall:uninstall a formula' 'unlink:unlink a formula' 'unpin:unpin specified formulae' 'untap:remove a tapped repository' |