From 6c2d98566114d99ca961987a538660636f15d857 Mon Sep 17 00:00:00 2001 From: Clay Anderson Date: Thu, 12 Oct 2017 15:19:17 -0600 Subject: [PATCH] Added note about how the brew plugin is no longer needed for completion --- Plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plugins.md b/Plugins.md index 8f1cc7a..3740e20 100644 --- a/Plugins.md +++ b/Plugins.md @@ -281,6 +281,10 @@ This plugin: * creates a `brews` alias to list installed brews (= `brew list -1`) * adds completion for the `brew` command. +_Note: With the advent of their 1.0 release, Homebrew has decided to bundle + the zsh completion as part of the brew installation, so we no longer + ship it with the brew plugin; now it only has brew aliases._ + --- ## bundler