Skip to content Source: homebrew/core GitHub Homebrew
zsh-completions
PopularFormula Utilities v0.35.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 2.9%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12