mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Add set -g default-command "zsh"
This commit is contained in:
@@ -260,13 +260,6 @@ in
|
|||||||
plugin = copycat;
|
plugin = copycat;
|
||||||
extraConfig = "set -g @plugin 'tmux-plugins/tmux-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;
|
plugin = resurrect;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@@ -291,17 +284,10 @@ in
|
|||||||
set-window-option -g automatic-rename on
|
set-window-option -g automatic-rename on
|
||||||
set-option -g set-titles 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 mouse on
|
||||||
|
|
||||||
|
set -g default-command "zsh"
|
||||||
|
|
||||||
set -g status-left-length 30
|
set -g status-left-length 30
|
||||||
set -g status-right-length 150
|
set -g status-right-length 150
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user