tmux: always use fish

main
Zynh Ludwig 2024-11-01 16:14:49 -07:00
parent 4a238f0a03
commit 227dddf2f7
1 changed files with 2 additions and 1 deletions

View File

@ -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";