Fixed an error in .zshenv

This commit is contained in:
Christian Baer 2020-10-11 20:06:26 +02:00
parent 5bf6e21e24
commit 2091418377

View File

@ -1,7 +1,7 @@
## ~/.zshenv - Should contain commands to set the $PATH and other important environment variables ## ~/.zshenv - Should contain commands to set the $PATH and other important environment variables
# Set up XDG environment # 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 # Where to look for zsh config
export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zsh} export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zsh}