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.
This commit is contained in:
parent
0fe6acea3a
commit
8e42077a8e
@ -78,6 +78,7 @@ module Homebrew
|
|||||||
share/info/dir
|
share/info/dir
|
||||||
share/man/man1/brew.1
|
share/man/man1/brew.1
|
||||||
share/man/whatis
|
share/man/whatis
|
||||||
|
share/zsh/site-functions/_brew
|
||||||
]
|
]
|
||||||
|
|
||||||
def list_unbrewed
|
def list_unbrewed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user