use xdg config home

This commit is contained in:
2 * r + 2 * t
2025-01-18 22:53:17 +11:00
parent 8235701a66
commit 1a171034ae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,4 +18,5 @@ function error -a text
return 1
end
set -q XDG_CONFIG_HOME && set CONFIG $XDG_CONFIG_HOME/caelestia || set CONFIG $HOME/.config/caelestia
set -q XDG_CACHE_HOME && set CACHE $XDG_CACHE_HOME/caelestia || set CACHE $HOME/.cache/caelestia