mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
6 lines
204 B
Bash
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}"
|