Add instructions for using the repo as an antigen plugin

This should also work with Prezto, but I've only tested with antigen
since that's what I use.
This commit is contained in:
Joe Block 2014-08-26 12:26:32 -07:00
parent 87f303fccf
commit f836341954
1 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,16 @@ Usage
rm -f ~/.zcompdump; compinit
#### Using antigen
Add
```bash
antigen bundle zsh-lovers/zsh-completions
```
to your `.zshrc`. This will automatically clone the repository and add zsh-completions/src to your `$fpath`. You may have to rebuild zcompdump as listed above under Manual Installation.
Contributing
------------