more XDG refactors; now with scwrypts v5 going into main I can finally include FROG 🐸

This commit is contained in:
2025-02-19 22:00:16 -07:00
parent a20d23ad5e
commit 0db79302d7
9 changed files with 196 additions and 16 deletions

View File

@ -1,10 +1,10 @@
#####################################################################
ZSH_PLUGINS+=(
"$DOTWRYN/colorschemes/active/getty.sh"
"$DOTWRYN/zsh/plugins/code-activator/activator.plugin.zsh"
"$DOTWRYN/zsh/plugins/z/z.sh"
"$DOTWRYN/zsh/alias"
"${DOTWRYN}/config/colorschemes/active/getty.sh"
"${DOTWRYN}/zsh/plugins/code-activator/activator.plugin.zsh"
"${DOTWRYN}/zsh/plugins/z/z.sh"
"${DOTWRYN}/zsh/alias"
)
#####################################################################