1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-14 19:03:09 +00:00

fix: Add whitespace back into tmux.conf

This commit is contained in:
Thomas A. Christensen II 2023-04-15 15:54:11 -05:00
parent 1a200f6117
commit d4e523271e
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -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 }}