Fixed an error in .zshenv
This commit is contained in:
parent
5bf6e21e24
commit
2091418377
2
.zshenv
2
.zshenv
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user