diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 18:46:26 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-03-21 18:46:26 +0100 |
| commit | 7d86a954e97e373bd5ce19ff188cd57e9a9412de (patch) | |
| tree | cb4fe6a2e5b0a9579724617d350eab3b706bef87 /modules | |
| parent | e08f800b6dc1bc6a6a6127c12b7df72bd219d50b (diff) | |
| download | dotfiles-7d86a954e97e373bd5ce19ff188cd57e9a9412de.tar.gz dotfiles-7d86a954e97e373bd5ce19ff188cd57e9a9412de.zip | |
feat(tmux): set default-command to use login shell
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/tmux.nix | 2 |
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 |
