From 7d66c185abab5655e7c56f61be0a42c40d3eea2f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Aug 2013 11:44:57 +0200 Subject: [PATCH] Bug. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 65b4340..f5d1f89 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,5 @@ ### CONFIG -set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'ge: ' '{print $2}')" +set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'average.: ' '{print $2}')" # ### BINDS