[tmux] Get the %m right in the right side date
This commit is contained in:
parent
db8e255a8f
commit
abf94e7104
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue