From 2cd7eb3f53587a2cd7956ef9eccf388d3faf69ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sat, 9 Jan 2021 18:09:14 +0100 Subject: [PATCH] =?UTF-8?q?doplnenie=20hod=C3=ADn=20do=20tmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 582388e..d26fbf3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ unbind C-b set -g prefix C-a bind C-a send-prefix +set -g status-right "%H:%M:%S %A %d-%m-%Y"