From f836341954db7e4e5e907d0f4f49c7f071e94b51 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 26 Aug 2014 12:26:32 -0700 Subject: [PATCH] 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. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6a1ad8e..1418526 100644 --- a/README.md +++ b/README.md @@ -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 ------------