Make it easier to use zsh-users/zsh-completions repo with antigen
This commit is contained in:
parent
e5112fa532
commit
87f303fccf
|
@ -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)
|
Loading…
Reference in New Issue