mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-24 08:19:22 +00:00
[macos] Add XDG overrides
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user