commit 26ea1d799d25f6e5d172bfa864eb517555874471 parent c11c0f5ceda989d80ba9a3b8fd8b0ac43333d56d Author: FIGBERT <figbert@figbert.com> Date: Tue, 20 Jul 2021 16:33:51 -0700 Replace usage of homedir with homeDir Diffstat:
M | dot_config/spotifyd/spotifyd.conf.tmpl | | | 2 | +- |
M | dot_zshrc.tmpl | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dot_config/spotifyd/spotifyd.conf.tmpl b/dot_config/spotifyd/spotifyd.conf.tmpl @@ -5,7 +5,7 @@ password = "{{ (bitwarden "item" "spotify").login.password }}" device_name = "spotifyd" device_type = "computer" -cache_path = "{{ .chezmoi.homedir }}/.config/spotifyd/cache" +cache_path = "{{ .chezmoi.homeDir }}/.config/spotifyd/cache" no_audio_cache = false {{ if ne .chezmoi.os "darwin" }} use_mpris = false diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl @@ -4,10 +4,10 @@ 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" +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 +source {{ .chezmoi.homeDir }}/.ssh/agent > /dev/null {{ end -}} {{ if eq .chezmoi.os "darwin" -}} # zsh autosuggestions