Change default shell for tmux
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user