summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-03-27 22:51:09 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-03-27 22:51:09 +0100
commitd43931b69ad049ce11580868886f027d8bcbdb44 (patch)
tree2fc33e6ad02b447693bde140a3b75bfd7482508e
parent82cf05216b03c4f3ba49e8d9fbc806ff077b12a7 (diff)
Spring clean ~
-rw-r--r--.config/shell/variables2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/variables b/.config/shell/variables
index 6d7418a..87eb1bd 100644
--- a/.config/shell/variables
+++ b/.config/shell/variables
@@ -7,7 +7,7 @@ export BROWSER="firefox"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
-export $XDG_STATE_HOME="$HOME/.local/state"
+export XDG_STATE_HOME="$HOME/.local/state"
export XINITRC="${XDG_CONFIG_HOME:-$HOME/.config}/x11/xinitrc"
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"