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