tmux: fix missing parens

This commit is contained in:
inkch 2024-01-14 20:33:08 +09:00
parent 996339190d
commit 47292f0068

View File

@ -1,5 +1,5 @@
# 256 color # 256 color
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }} {{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
{{- else }} {{- else }}
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
@ -82,7 +82,7 @@ bind-key p run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
########################### ###########################
# pane border # pane border
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }} {{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
set -g pane-active-border-style fg=yellow set -g pane-active-border-style fg=yellow
{{- else }} {{- else }}
set -g pane-active-border-style fg=red set -g pane-active-border-style fg=red
@ -126,7 +126,7 @@ bind -T off M-q \
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz") }} {{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
####################### #######################
# Plugins # Plugins
####################### #######################