Add kind:autoload
Closed this issue · 0 comments
mattmc3 commented
Autoload should load functions in a directory. For example:
# .zsh_plugins.txt
sorin-ionescu/prezto path:modules/utility/functions kind:autoload
# .zsh_plugins.zsh
fpath=($funcdir $fpath)
autoload -Uz $fpath[1]/*(.:t)