From 7d86a954e97e373bd5ce19ff188cd57e9a9412de Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 21 Mar 2026 18:46:26 +0100 Subject: feat(tmux): set default-command to use login shell --- modules/home/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index fa01331..f084f35 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -8,6 +8,8 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-256color:RGB" + set -g default-command "$SHELL -l" + set -g prefix C-s set -g mouse on -- cgit v1.2.3