From d07e338b2e332e6a51f23241704c893326934929 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 14 Jun 2016 13:20:47 -0400 Subject: [PATCH] 2.2; i should really find a better solution --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 7969582..73bd579 100644 --- a/tmux.conf +++ b/tmux.conf @@ -61,4 +61,4 @@ set-option -g status-right '%d %b %Y @ %k:%M' # because the new tmux is inadequate source-file ~/.tmux.1-8.conf # always source the 1.8 file -if-shell 'tmux -V | grep -q "1.9\|2.0\|2.1"' "source-file ~/.tmux.1-9.conf" +if-shell 'tmux -V | grep -q "1.9\|2.0\|2.1\|2.2"' "source-file ~/.tmux.1-9.conf"