From 2091418377baeca11a63e5ccb852dbdc99726efe Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 11 Oct 2020 20:06:26 +0200 Subject: [PATCH] Fixed an error in .zshenv --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 84c683a..b882983 100644 --- a/.zshenv +++ b/.zshenv @@ -1,7 +1,7 @@ ## ~/.zshenv - Should contain commands to set the $PATH and other important environment variables # Set up XDG environment -export XDG_CONFIG_HOME=${$XDG_CONFIG_HOME:=${HOME}/.config} +export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=${HOME}/.config} # Where to look for zsh config export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zsh}