summaryrefslogtreecommitdiff
path: root/.config/shell/variables
diff options
context:
space:
mode:
Diffstat (limited to '.config/shell/variables')
-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"