/compinit-temp

a temporary repo to fix some zsh community silliness

Primary LanguageShellMIT LicenseMIT

compinit

License built for

A smarter way to initialize Zsh completions

Installation

Install with a Zsh plugin manager

To install using a Zsh plugin manager, add the following to your .zshrc

  • pz: pz source zshzoo/compinit
  • zcomet: zcomet load zshzoo/compinit
  • zgenom: zgenom load zshzoo/compinit
  • znap: znap source zshzoo/compinit

Install manually, without a plugin manager

To install manually, first clone the repo:

git clone https://github.com/zshzoo/compinit ${ZDOTDIR:-~}/.zplugins/compinit

Then, in your .zshrc, add the following line:

source ${ZDOTDIR:-~}/.zplugins/compinit/compinit.zsh