tmux: use bash

This commit is contained in:
Sridhar Ratnakumar 2025-09-11 20:51:15 -04:00
parent 207eaacf52
commit 5d16ba79d2

View file

@ -2,6 +2,7 @@
{
programs.tmux = {
enable = true;
shell = "${pkgs.bash}/bin/bash";
shortcut = "a";
# aggressiveResize = true; -- Disabled to be iTerm-friendly
baseIndex = 1;