2.2; i should really find a better solution

This commit is contained in:
Andrew Tomaka 2016-06-14 13:20:47 -04:00
parent 9ec6655393
commit d07e338b2e

View file

@ -61,4 +61,4 @@ set-option -g status-right '%d %b %Y @ %k:%M'
# because the new tmux is inadequate # because the new tmux is inadequate
source-file ~/.tmux.1-8.conf # always source the 1.8 file 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"