2024-05-07 16:38:40 -06:00
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
|
|
ZSH_PLUGINS+=(
|
2025-02-19 22:00:16 -07:00
|
|
|
"${DOTWRYN}/config/colorschemes/active/getty.sh"
|
|
|
|
|
"${DOTWRYN}/zsh/plugins/code-activator/activator.plugin.zsh"
|
|
|
|
|
"${DOTWRYN}/zsh/plugins/z/z.sh"
|
|
|
|
|
"${DOTWRYN}/zsh/alias"
|
2024-05-07 16:38:40 -06:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
return 0
|