homebrew updated tmux to 2.0; try 1.9 file
This commit is contained in:
parent
e5decc0f38
commit
0b76c0c37a
1 changed files with 1 additions and 0 deletions
|
@ -62,3 +62,4 @@ set-option -g status-right '%d %b %Y @ %k:%M'
|
||||||
# because the new tmux is inadequate
|
# 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.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 1.9' "source-file ~/.tmux.1-9.conf"
|
||||||
|
if-shell 'tmux -V | grep -q 2.0' "source-file ~/.tmux.1-9.conf"
|
||||||
|
|
Loading…
Reference in a new issue