mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
export XDG_STATE_HOME
This commit is contained in:
parent
f0ce0a249d
commit
ccd5f28999
3 changed files with 2 additions and 0 deletions
|
@ -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
0
home/.local/state/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue