From 2212bcabc1558017171556954de39d2d63b1f34f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 19 Aug 2013 11:48:00 +0200 Subject: [PATCH] Mac/Linux compatibility. --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f5d1f89..5d3b703 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,5 @@ ### CONFIG -set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'average.: ' '{print $2}')" +set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'averag[a-z]*: ' '{print $2}')" # ### BINDS