From 312d3ae4d29d6d4ae73fd8056625ed58c85ebbf0 Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 17 Jan 2024 07:50:06 +0900 Subject: [PATCH] tmux: fix unpaired quote --- dot_config/tmux/tmux.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 7b57094..69cac6c 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -101,8 +101,8 @@ set -g message-command-style 'fg=black bg=red bold' set -g message-style 'fg=black bg=red bold' set -g status on set -g status-position top -set -g status-bg 'red -set -g status-fg 'black' +set -g status-bg red +set -g status-fg black set -g status-left "#[bold align=centre]#I:#P #W" set -g status-left-length 80 set -g status-right "#[bold][#(whoami)@#H]"