[zsh] Move dotfiles config to XDG_CONFIG_HOME/dotfiles/home

This commit is contained in:
Eryn Wells 2026-01-30 10:11:46 -08:00
parent b36b4ac390
commit 929f951391

View file

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