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