From 58fa86e56742dcdcb782d0c11217221fc54fb1b6 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 3 Sep 2014 19:52:07 -0700 Subject: [PATCH] Clarify description --- load-zsh-completions.plugin.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/load-zsh-completions.plugin.zsh b/load-zsh-completions.plugin.zsh index f5433ca..879f5c5 100644 --- a/load-zsh-completions.plugin.zsh +++ b/load-zsh-completions.plugin.zsh @@ -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)