chore: XDG state
This commit is contained in:
parent
1ae13b9168
commit
1f82964c65
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# -- XDG
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue