[macos] Add XDG overrides

This commit is contained in:
2025-12-23 18:05:18 +00:00
parent ce04253da0
commit 78646a7e1d

View File

@@ -34,3 +34,7 @@ function update-dock() {
done < ~/.dotfiles/macos/.config/dotfiles/dockConfig.txt
killall Dock
}
# Override XDG cache location for macOS to use the standard Library/Caches directory
export XDG_CACHE_HOME="$HOME/Library/Caches"
export XDG_RUNTIME_DIR="${TMPDIR}runtime-${UID}"