From 91b340764d195688ee81490bd00838974fb232d9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 19 Dec 2024 20:32:59 -0600 Subject: [PATCH] tmux: set fish as default shell --- home/modules/tui/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tui/tmux.nix b/home/modules/tui/tmux.nix index e01f21b..daf0af2 100644 --- a/home/modules/tui/tmux.nix +++ b/home/modules/tui/tmux.nix @@ -10,6 +10,7 @@ historyLimit = 100000; keyMode = "vi"; mouse = true; + shell = "${pkgs.fish}/bin/fish"; plugins = with pkgs.tmuxPlugins; [ tokyo-night-tmux ]; extraConfig = '' # new panes inherit current working directory