From a4d1a79bed85956ad96f6561183a7f925e21b7fc Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 26 Dec 2022 13:35:54 +0100 Subject: [PATCH] fix(tmux): remove a space for aesthetic reasons --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 2aa12bf..a811aef 100644 --- a/tmux.conf +++ b/tmux.conf @@ -55,7 +55,7 @@ set -g pane-active-border-style "fg=white,bg=default" # Bar Left set -g status-left-length 100 set -ga status-left "#[fg=white,nobold] " -set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf) #[fg=white] ❭" # session name +set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 300ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭" # session name # Bar Right set -g status-right-length 100 set -g status-right "#{now_playing} "