Files
dotfiles/macos/.config/shell-common/01_macos_xdg.sh
2026-01-07 15:20:19 +00:00

6 lines
204 B
Bash

# shellcheck shell=bash
# 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}"