Add set -g default-command "zsh"

This commit is contained in:
Dave Gallant
2025-01-12 18:33:16 -05:00
parent 64ea05da34
commit ed37727fdf

View File

@@ -260,13 +260,6 @@ in
plugin = copycat;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-copycat'";
}
{
plugin = tmux-colors-solarized;
extraConfig = ''
set -g @plugin 'seebi/tmux-colors-solarized'
set -g @colors-solarized 'dark'
'';
}
{
plugin = resurrect;
extraConfig = ''
@@ -291,17 +284,10 @@ in
set-window-option -g automatic-rename on
set-option -g set-titles on
# Proper colors
set-option -sa terminal-features ',alacritty:RGB'
# Undercurl
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-features ",alacritty:usstyle"
set-option -g default-shell $SHELL
set -g mouse on
set -g default-command "zsh"
set -g status-left-length 30
set -g status-right-length 150