12 lines
337 B
Bash
12 lines
337 B
Bash
#####################################################################
|
|
|
|
ZSH_PLUGINS+=(
|
|
"${DOTWRYN}/config/colorschemes/active/getty.sh"
|
|
"${DOTWRYN}/zsh/plugins/code-activator/activator.plugin.zsh"
|
|
"${DOTWRYN}/zsh/plugins/z/z.sh"
|
|
"${DOTWRYN}/zsh/alias"
|
|
)
|
|
|
|
#####################################################################
|
|
return 0
|