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