From abf94e71047e8ce763c46267bfa2370f32b931e1 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 25 May 2022 14:05:04 -0700 Subject: [PATCH] [tmux] Get the %m right in the right side date --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index b27203d..ea83def 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,7 +27,7 @@ set -g repeat-time 0 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] %H:%M %Y-%M-%d #[default]" +set -g status-right "#[bg=red,fg=white] #h #[bg=blue,fg=white] %H:%M %Y-%m-%d #[default]" # Start window and pane indexing from 1 instead of 0 set-option -g base-index 1