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:
parent
1a200f6117
commit
d4e523271e
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue