From d4e523271ee43855da6524943138234b56c3b3c9 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:54:11 -0500 Subject: [PATCH] fix: Add whitespace back into tmux.conf --- dot_tmux.conf.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}