diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 21799ba..1fb5cac 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -57,7 +57,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct" export VISUAL="nvim" export XDG_CONFIG_HOME="$HOME/.config" export VIRTUAL_ENV_DISABLE_PROMPT="true" -{{ range $_, $env := .zshrc.env_vars }}export {{ $env.name }}={{ $env.value }} +{{ range $_, $env := .zshrc.env_vars }}export {{ $env.name }}="{{ $env.value }}" {{end}} # Valve shader compiler export RADV_PERFTEST="aco"