chore: XDG state

This commit is contained in:
ziro 2023-08-27 15:11:17 +07:00
parent 1ae13b9168
commit 1f82964c65
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -2,6 +2,7 @@
# -- XDG # -- XDG
export XDG_CACHE_HOME="$HOME/.cache" export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share" export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME="$HOME/.config"
if [[ "$OSTYPE" == "darwin"* ]]; then if [[ "$OSTYPE" == "darwin"* ]]; then