aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen A. W. Olsen <hello@simenandre.no>2026-03-21 18:46:26 +0100
committerSimen A. W. Olsen <hello@simenandre.no>2026-03-21 18:46:26 +0100
commit7d86a954e97e373bd5ce19ff188cd57e9a9412de (patch)
treecb4fe6a2e5b0a9579724617d350eab3b706bef87
parente08f800b6dc1bc6a6a6127c12b7df72bd219d50b (diff)
downloaddotfiles-7d86a954e97e373bd5ce19ff188cd57e9a9412de.tar.gz
dotfiles-7d86a954e97e373bd5ce19ff188cd57e9a9412de.zip
feat(tmux): set default-command to use login shell
-rw-r--r--modules/home/tmux.nix2
1 files changed, 2 insertions, 0 deletions
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