# XDG environment variables # # Good to explicitly set these, and sticking with the defaults helps ensure # compatibility with programs that don't bother checking for them. XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"} XDG_DATA_HOME=${XDG_DATA_HOME:-"$HOME/.local/share"} XDG_CACHE_HOME=${XDG_CACHE_HOME:-"$HOME/.cache"} XDG_STATE_HOME=${XDG_STATE_HOME:-"$HOME/.local/state"} PATH="$PATH:$HOME/.local/bin"