From 891aacb9edacb41b0270a800130373e29d1803b6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 18 Apr 2025 09:53:32 -0700 Subject: [PATCH] [tmux] Remove the comma from between the date and time --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index efaada8..178c750 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -31,7 +31,7 @@ set -g update-environment "SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION" set -g status-style bg=black set -g status-left " #S " set -g status-left-style bg=green,fg=black -set -g status-right "#[bg=red,fg=white] #h #[bg=blue,fg=white] %a %b %e, %R #[default]" +set -g status-right "#[bg=red,fg=white] #h #[bg=blue,fg=white] %Y-%m-%d %R #[default]" # Start window and pane indexing from 1 instead of 0 set -g base-index 1