diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-05-22 20:20:13 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-05-22 20:20:13 +0530 |
| commit | 042f3a9f2eb0a68d81c861b07e75e95f413e1ef2 (patch) | |
| tree | afe42023030c535840bbfaa24e42b30fc3d5c36d /.config/shell | |
| parent | 73448d0efe2a9874faae902486ec81772037045c (diff) | |
add XDG_STATE_HOME variable
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 324f410..0ba25f5 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -7,6 +7,7 @@ export BROWSER="librewolf" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" +ecport XDG_STATE_HOME="$HOME/.local/state" export XDG_CACHE_HOME="$HOME/.cache" export XAUTHORITY=/tmp/Xauthority # This causes other window managers to break, who cares anyways? |
