zsh-completions
PopularFormula Utilities v0.36.0
Additional completion definitions for zsh
Install 1
App in
Terminal
$
brew install 'zsh-completions'
Installation Notes
To activate these completions, add the following to your .zshrc:
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh-completions:$FPATH
autoload -Uz compinit
compinit
fi
You may also need to force rebuild `zcompdump`:
rm -f ~/.zcompdump; compinit
Additionally, if you receive "zsh compinit: insecure directories" warnings when attempting
to load these completions, you may need to run these commands:
chmod go-w '$HOMEBREW_PREFIX/share'
chmod -R go-w '$HOMEBREW_PREFIX/share/zsh'
Install Statistics 40.3% vs 90d
Install activity across time periods
| Metric | 30 Days | 90 Days | 1 Year |
|---|---|---|---|
| Total Installs | 2.9K | 14.6K | 32.3K |
| Avg Daily Installs | 97 | 162 | 88 |