tmux: always use fish
parent
4a238f0a03
commit
227dddf2f7
|
@ -14,7 +14,8 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||
# shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||
shell = getExe pkgs.fish;
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
terminal = "screen-256color";
|
||||
|
|
Loading…
Reference in New Issue