mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
fix: Add whitespace back into tmux.conf
This commit is contained in:
parent
1a200f6117
commit
d4e523271e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
set -g default-terminal "tmux-256color"
|
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"
|
source "/usr/share/powerline/bindings/tmux/powerline.conf"
|
||||||
{{- else -}}
|
{{ else }}
|
||||||
source "/usr/share/tmux/powerline.conf"
|
source "/usr/share/tmux/powerline.conf"
|
||||||
{{- end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue