2.2; i should really find a better solution
This commit is contained in:
parent
9ec6655393
commit
d07e338b2e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue