tmux: more macos tinkering
This commit is contained in:
parent
ea8bd429b8
commit
f3169efb98
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ in
|
|||
programs.tmux = {
|
||||
enable = true;
|
||||
# shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||
# shell = if macos then "/bin/zsh" else (getExe pkgs.fish);
|
||||
shell = getExe pkgs.fish;
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
|
|
Loading…
Reference in a new issue