Clarify description

This commit is contained in:
Joe Block 2014-09-03 19:52:07 -07:00
parent f836341954
commit 58fa86e567
1 changed files with 3 additions and 2 deletions

View File

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