Fixed an error in vim setup.

This commit is contained in:
2020-10-11 20:56:08 +02:00
parent d2feaecae1
commit 1330f08cbb
3 changed files with 13 additions and 10 deletions

View File

@ -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}