From 20857609464271479406aa0699238549d067e676 Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Tue, 4 Feb 2020 10:18:58 -0500 Subject: [PATCH] linebreak typo --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 219e53c..9f9689d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,8 +35,7 @@ set -g window-status-separator '' set -g @ssh_auto_rename_window off set -g status-style '' -set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow -fg=black],} #S " +set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S " set-window-option -g status-right "#(~/fmux/tmux-right.sh)" set-window-option -g window-status-style "fg=colour250,bg=colour237"