commit 5923167b5e4a1e74b9f850f901b34186232297f1
parent 75288e95066a7dacec397bdc495407297827823b
Author: FIGBERT <figbert@figbert.com>
Date: Thu, 3 Jun 2021 19:03:44 -0700
Export XDG_CONFIG_HOME explicitly
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl
@@ -4,6 +4,7 @@ export BW_SESSION="{{ .zsh.bw }}"
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
export EDITOR="nvim"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8"
+export XDG_CONFIG_HOME="{{ .chezmoi.homedir }}/.config"
{{ if eq .chezmoi.hostname "voidbert" -}}
export XDG_RUNTIME_DIR="/run/user/figbert"
source {{ .chezmoi.homedir }}/.ssh/agent > /dev/null