Clarify description
This commit is contained in:
parent
f836341954
commit
58fa86e567
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue