Fixed an error in .zshenv
This commit is contained in:
2
.zshenv
2
.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}
|
||||
|
Reference in New Issue
Block a user