From 929f95139172533f29c4d8526f994b94303349a0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 30 Jan 2026 10:11:46 -0800 Subject: [PATCH] [zsh] Move dotfiles config to XDG_CONFIG_HOME/dotfiles/home --- zsh/zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshenv b/zsh/zshenv index fd60ea6..452e17e 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -7,7 +7,7 @@ export SYS=`uname -s | tr A-Z a-z` function init-env-dotfiles-path { - local dotfiles_config="$HOME/.config/dotfiles-home" + local dotfiles_config="$HOME/.config/dotfiles/home" if [[ -f "$dotfiles_config" ]]; then export DOTFILES_HOME=$(cat "$dotfiles_config") return