[tmux] Remove the comma from between the date and time

This commit is contained in:
Eryn Wells 2025-04-18 09:53:32 -07:00
parent 89fcc479db
commit 891aacb9ed

View file

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