mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 10:58:14 +00:00
[multiple] Move shell files to define load order
This commit is contained in:
5
macos/.config/shell-common/01_macos_xdg.sh
Normal file
5
macos/.config/shell-common/01_macos_xdg.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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}"
|
||||
Reference in New Issue
Block a user