Change default shell for tmux

This commit is contained in:
Jens Luedicke
2025-09-22 11:36:25 +02:00
parent ca898b99d9
commit da05845a7f

View File

@@ -16,6 +16,9 @@ set -g renumber-windows on
# Increase scrollback buffer size # Increase scrollback buffer size
set -g history-limit 50000 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 # Enable 256 colors and true color support
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*:Tc" set -ga terminal-overrides ",*256col*:Tc"