Skip to content

zsh-completions

Popular
Formula Utilities v0.36.0

Additional completion definitions for zsh

Install 1 App in Terminal
$
brew install 'zsh-completions'
Source: homebrew/core GitHub Homebrew

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

Related Utilities Apps

View All
xz
Popular

General-purpose data compression with high compression ratio

formula Utilities v5.8.3
readline
Popular

Library for command-line editing

formula Utilities v8.3.3
zstd
Popular

Zstandard is a real-time compression algorithm

formula Utilities v1.5.7
glib
Popular

Core application library for C

formula Utilities v2.88.1
gh
Popular

GitHub command-line tool

formula Utilities v2.92.0
gettext
Popular

GNU internationalization (i18n) and localization (l10n) library

formula Utilities v1.0
X