Fix env-paths and add XDG_STATE_HOME
This commit is contained in:
parent
88767dd191
commit
b75e692b60
6 changed files with 14 additions and 3 deletions
|
@ -10,3 +10,4 @@ XDG_CONFIG_HOME="$HOME/.config"
|
|||
XDG_CONFIG_DIR="$HOME/.config"
|
||||
XDG_CACHE_DIR="$HOME/.cache"
|
||||
XDG_DATA_HOME="$HOME/.local/share"
|
||||
XDG_STATE_HOME="$HOME/.local/state"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue