mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add set -g default-command "zsh"
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user