From 3f5e8f1d9b0f0248a022fa5d5a3785463baedda3 Mon Sep 17 00:00:00 2001 From: sbooob Date: Tue, 23 Jul 2013 01:33:04 -0700 Subject: [PATCH] Removed documentation for brew plugin features removed by https://github.com/robbyrussell/oh-my-zsh/commit/643a4e77f639c1742d1ce01d8028649ae12f8e62 --- Plugins.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Plugins.md b/Plugins.md index 0857158..1f8394b 100644 --- a/Plugins.md +++ b/Plugins.md @@ -129,13 +129,11 @@ bi jq ## 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]