From 6c77116e2957173835e701b84552bf13658af9f8 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 7 Nov 2024 17:58:01 +0100 Subject: [PATCH] Fix tmux bug --- modules/cli/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cli/home.nix b/modules/cli/home.nix index f8ea599..0cbee50 100644 --- a/modules/cli/home.nix +++ b/modules/cli/home.nix @@ -77,6 +77,10 @@ run-shell ${pkgs.tmuxPlugins.sensible.rtp} run-shell ${pkgs.tmuxPlugins.fzf-tmux-url.rtp} + + # https://github.com/tmux/tmux/issues/4162 + set -gu default-command + set -g default-shell "$SHELL" ''; # terminal = "\$TERM";