zprofile: Set XDG_STATE_HOME

This commit is contained in:
2024-09-21 01:01:04 +02:00
parent 86af2da785
commit 04fb10687f

View File

@@ -1,6 +1,7 @@
# vim: ft=zsh
# Less clutter in $HOME by enforcing the XDG Base Directory specification.
: ${XDG_STATE_HOME:=$HOME/.local/state}
: ${XDG_CONFIG_HOME:=$HOME/.config}
: ${XDG_CACHE_HOME:=$HOME/.cache}
: ${XDG_DATA_HOME:=$HOME/.local/share}