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

12 lines
337 B
Bash
Raw Normal View History

#####################################################################
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