tmux: fix unpaired quote

This commit is contained in:
inkch 2024-01-17 07:50:06 +09:00
parent a66936ccf8
commit 312d3ae4d2

View File

@ -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]"