tmux.conf: use T as separator in ISO 8601

This commit is contained in:
Aminda Suomalainen 2015-06-01 06:57:20 +03:00
parent 4b3708d888
commit 7c87d11162
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ set -g status-fg white
set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right ' #[fg=yellow,bold]%Y-%m-%d %H:%M%z#[fg=black,bold] #[fg=black,bold]'
set -g status-right ' #[fg=yellow,bold]%Y-%m-%dT%H:%M%z#[fg=black,bold] #[fg=black,bold]'
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
setw -g automatic-rename on