From bd9b7d0ef3868413b9153abc846dc3fc027ec307 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 15 Aug 2016 11:21:10 -0400 Subject: [PATCH] Ugh...it didn't work...don't know why. --- tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 84a0e9d..d675b64 100644 --- a/tmux.conf +++ b/tmux.conf @@ -57,6 +57,5 @@ set-window-option -g window-status-current-fg black 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 | cut -d' ' -f2` -ge 1.9 ]]" \ - "source-file ~/.tmux.1-9.conf" +source-file ~/.tmux.1-9.conf +if-shell "[[ `tmux -V` == *1.8 ]]" 'source-file ~/.tmux.1-8.conf'