diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 0ba25f5..ff4a825 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -7,7 +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_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? |
