From 7c87d111623121a76669e805246d8ed07ff364ac Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 1 Jun 2015 06:57:20 +0300 Subject: [PATCH] tmux.conf: use T as separator in ISO 8601 --- conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 56ac094b..a149e006 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -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