From 8e42077a8eeb827c3ffcdf08195239c8f82cb588 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 17 Apr 2016 00:05:35 +0200 Subject: list: exclude zsh completions from unbrewed Since edf000e4cd30c3626ccc28c52ed32f2d84a200dd `zsh` completions are in `share/zsh/site-functions/_brew`, making this path a part of Homebrew. Hide it from `brew list --unbrewed` to reduce confusion/noise. --- Library/Homebrew/cmd/list.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index 471d2b917..78d8e898b 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -78,6 +78,7 @@ module Homebrew share/info/dir share/man/man1/brew.1 share/man/whatis + share/zsh/site-functions/_brew ] def list_unbrewed -- cgit v1.2.3