Skip to content

Instantly share code, notes, and snippets.

@empjustine
Created November 27, 2024 13:25
Show Gist options
  • Save empjustine/ad619a8b338450f6f40dc220e5ff4f9d to your computer and use it in GitHub Desktop.
Save empjustine/ad619a8b338450f6f40dc220e5ff4f9d to your computer and use it in GitHub Desktop.
XDG_DATA_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
XDG_STATE_HOME="${XDG_STATE_HOME:-${HOME}/.local/state}"
XDG_DATA_DIRS='/usr/local/share/:/usr/share/'
XDG_CONFIG_DIRS='/etc/xdg'
XDG_CACHE_HOME="${XDG_CACHE_HOME:-${HOME}/.cache}"
#XDG_RUNTIME_DIR="/run/user/$(id -ru)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment