tmux: fix warning message
This commit is contained in:
parent
9af46a3dca
commit
a42fb66827
|
@ -29,7 +29,7 @@ in {
|
||||||
shortcut = "a";
|
shortcut = "a";
|
||||||
terminal = "tmux-256color";
|
terminal = "tmux-256color";
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
extraTmuxConf = ''
|
extraConfig = ''
|
||||||
${readFile ./tmuxline.conf}
|
${readFile ./tmuxline.conf}
|
||||||
|
|
||||||
${readFile ./tmux.conf}
|
${readFile ./tmux.conf}
|
||||||
|
|
Loading…
Reference in a new issue