homebrew-services/completions
Marlon Richert 306b379e14
Fix Zsh completion
Currently, trying to get completion for `brew services` results in `a completion function is not defined for command or alias: services` and no actual completions. This is because `#compdef brew` in _brew_services conflicts with an identical statement in _brew, causing Zsh's compinit to not load _brew_services at all.

This commit fixes that by instead declaring that this file defines completion for `brew services` only.
2023-08-28 13:47:07 +03:00
..
bash Bash completions: add __brewcomp_prev 2023-02-15 15:35:43 +00:00
zsh Fix Zsh completion 2023-08-28 13:47:07 +03:00