export XDG_STATE_HOME

This commit is contained in:
ItsDrike 2023-08-02 01:53:00 +02:00
parent f0ce0a249d
commit ccd5f28999
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
3 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_RUNTIME_DIR="/run/user/$uid"
export XDG_STATE_HOME="$HOME/.local/state"
# Per-Application XDG settings
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"

0
home/.local/state/.keep Normal file
View file