Make it easier to use zsh-users/zsh-completions repo with antigen

This commit is contained in:
Joe Block 2014-08-26 12:15:16 -07:00
parent e5112fa532
commit 87f303fccf
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# Simple plugin script to make loading the zsh-completions repo into $fpath
COMPLETIONS_D="$(dirname $0)/src"
fpath=(${COMPLETIONS_D} $fpath)