9 lines
217 B
Bash
9 lines
217 B
Bash
#####################################################################
|
|
|
|
ZSH_PLUGINS+=($(
|
|
find "$HOME/.local/zsh" -type f 2>/dev/null
|
|
))
|
|
|
|
#####################################################################
|
|
return 0
|