ONE MORE TIME; different tmux versions
This commit is contained in:
parent
9588918a71
commit
b7affcc0d6
1 changed files with 2 additions and 2 deletions
|
@ -60,5 +60,5 @@ set-window-option -g window-status-current-fg black
|
||||||
set-option -g status-right '%d %b %Y @ %k:%M'
|
set-option -g status-right '%d %b %Y @ %k:%M'
|
||||||
|
|
||||||
# because the new tmux is inadequate
|
# because the new tmux is inadequate
|
||||||
if-shell 'test "$(tmux -V) = "tmux 1.8"' "source-file ~/.tmux.1-8.conf"
|
if-shell 'tmux -V | grep -q 1.8' "source-file ~/.tmux.1-8.conf"
|
||||||
if-shell 'test "$(tmux -V) = "tmux 1.9"' "source-file ~/.tmux.1-9.conf"
|
if-shell 'tmux -V | grep -q 1.9' "source-file ~/.tmux.1-9.conf"
|
||||||
|
|
Loading…
Reference in a new issue