From 5d16ba79d29f2a6f09ca57f6226f5aaba5b125b2 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 11 Sep 2025 20:51:15 -0400 Subject: [PATCH] tmux: use bash --- modules/home/all/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/all/tmux.nix b/modules/home/all/tmux.nix index c540023..5a9fbf4 100644 --- a/modules/home/all/tmux.nix +++ b/modules/home/all/tmux.nix @@ -2,6 +2,7 @@ { programs.tmux = { enable = true; + shell = "${pkgs.bash}/bin/bash"; shortcut = "a"; # aggressiveResize = true; -- Disabled to be iTerm-friendly baseIndex = 1;