diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 1c3c442..4f55050 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -1,6 +1,6 @@ set -g default-terminal "tmux-256color" -{{- if (eq .chezmoi.osRelease.id "debian") }} +{{ if (eq .chezmoi.osRelease.id "debian") }} source "/usr/share/powerline/bindings/tmux/powerline.conf" -{{- else -}} +{{ else }} source "/usr/share/tmux/powerline.conf" -{{- end }} +{{ end }}