Files
dotwryn/zsh/rc.d/10.plugins.zsh
T

12 lines
337 B
Bash
Raw Normal View History

2024-05-07 16:38:40 -06:00
#####################################################################
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"
2024-05-07 16:38:40 -06:00
)
#####################################################################
return 0