1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 23:33:29 +02:00

Removed documentation for brew plugin features removed by https://github.com/robbyrussell/oh-my-zsh/commit/643a4e77f639c1742d1ce01d8028649ae12f8e62

sbooob
2013-07-23 01:33:04 -07:00
parent 7818ded3b5
commit 3f5e8f1d9b
+4 -6
@@ -129,13 +129,11 @@ bi jq<TAB>
## brew
**Maintainer:** [robbyrussell][robbyrussell]
* `brews`: list installed brews
[[Homebrew|http://mxcl.github.com/homebrew/]] is an OS X package manager
Adds the brew install directories to your path **in front** of `/usr/bin`.
After `brew update`, run `brew-link-completion` to make a symlink to the official zsh completion file that comes with brew into your oh-my-zsh brew plugin directory.
Completion plugin for the [[Homebrew|http://mxcl.github.com/homebrew/]] OS X package manager.
This plugin :
* creates a `brews` alias to list installed brews (= `brew list -1`)
* adds completion for the `brew` command
## bundler
**Maintainer:** [robbyrussell][robbyrussell]