From da05845a7f909bd9d3057cf4c49a18770ac63b09 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Mon, 22 Sep 2025 11:36:25 +0200 Subject: [PATCH] Change default shell for tmux --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b5dc2db..7a87d19 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,6 +16,9 @@ set -g renumber-windows on # Increase scrollback buffer size set -g history-limit 50000 +# Set default shell to zsh +set-option -g default-shell /usr/bin/zsh + # Enable 256 colors and true color support set -g default-terminal "screen-256color" set -ga terminal-overrides ",*256col*:Tc"