We need to produce documentation on how XDG base directories work and how to customise them.
See below as a reference on how to configure the directories:
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state"
We need to produce documentation on how XDG base directories work and how to customise them.
See below as a reference on how to configure the directories:
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state"