diff options
author | Robby Russell <robby@planetargon.com> | 2011-04-29 11:24:51 +0200 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-04-29 11:24:51 +0200 |
commit | c8ac3356c8da5ba0290066309b0fcd16d223f187 (patch) | |
tree | e61f7912d6a08d6bcee47d53e6bea4fb0bcf75e1 /plugins/brew | |
parent | 6f7d51c68d4de102f295d3b543ccb5c61dea2c3c (diff) | |
parent | 17eba9e46c3478d1f5840a477228216bd2844fbc (diff) | |
download | zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.gz zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.tar.bz2 zsh-c8ac3356c8da5ba0290066309b0fcd16d223f187.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/brew')
-rw-r--r-- | plugins/brew/_brew | 1 | ||||
-rw-r--r-- | plugins/brew/brew.plugin.zsh | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/plugins/brew/_brew b/plugins/brew/_brew index 4e590ac63..cee1e25f0 100644 --- a/plugins/brew/_brew +++ b/plugins/brew/_brew @@ -31,6 +31,7 @@ _1st_arguments=( 'search:search for a formula (/regex/ or string)' 'unlink:unlink a formula' 'update:freshen up links' + 'upgrade:upgrade outdated formulae' 'uses:show formulas which depend on a formula' ) diff --git a/plugins/brew/brew.plugin.zsh b/plugins/brew/brew.plugin.zsh deleted file mode 100644 index 353a18942..000000000 --- a/plugins/brew/brew.plugin.zsh +++ /dev/null @@ -1,4 +0,0 @@ -# add brew completion function to path -fpath=($ZSH/plugins/brew $fpath) -autoload -U compinit -compinit -i |