Ugh...it didn't work...don't know why.
This commit is contained in:
parent
b5b41bb595
commit
bd9b7d0ef3
1 changed files with 2 additions and 3 deletions
|
@ -57,6 +57,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
|
||||||
source-file ~/.tmux.1-8.conf # always source the 1.8 file
|
source-file ~/.tmux.1-9.conf
|
||||||
if-shell "[[ `tmux -V | cut -d' ' -f2` -ge 1.9 ]]" \
|
if-shell "[[ `tmux -V` == *1.8 ]]" 'source-file ~/.tmux.1-8.conf'
|
||||||
"source-file ~/.tmux.1-9.conf"
|
|
||||||
|
|
Loading…
Reference in a new issue