zsh-completions

Additional completion definitions for Zsh shell

brewmacoslinux
Try with needOr install directly
Source

About

Additional completion definitions for zsh

Commands

zsh-completions

Examples

Enable completions by adding to ~/.zshrc configuration$ echo 'fpath+=$(brew --prefix)/share/zsh-completions' >> ~/.zshrc
Verify zsh-completions installation and path$ brew --prefix zsh-completions
Rebuild zsh completion cache after installing$ rm -f ~/.zcompdump && compinit