From 0b76c0c37ac15a3d81ace18f29bc5ea6c15d30cb Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 15 May 2015 01:21:54 -0400 Subject: [PATCH] homebrew updated tmux to 2.0; try 1.9 file --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 59acae6..5ab110e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -62,3 +62,4 @@ set-option -g status-right '%d %b %Y @ %k:%M' # because the new tmux is inadequate if-shell 'tmux -V | grep -q 1.8' "source-file ~/.tmux.1-8.conf" if-shell 'tmux -V | grep -q 1.9' "source-file ~/.tmux.1-9.conf" +if-shell 'tmux -V | grep -q 2.0' "source-file ~/.tmux.1-9.conf"