Fixed an error in vim setup.
This commit is contained in:
2
.zshenv
2
.zshenv
@ -2,6 +2,8 @@
|
||||
|
||||
# Set up XDG environment
|
||||
export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=${HOME}/.config}
|
||||
export XDG_CACHE_HOME=${XDG_CACHE_HOME:=${HOME}/.cache}
|
||||
export XDG_DATA_HOME=${XDG_DATA_HOME:=${HOME}/.local/share}
|
||||
|
||||
# Where to look for zsh config
|
||||
export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zsh}
|
||||
|
Reference in New Issue
Block a user