fix terminal color at the intersection of tmux and alacritty

This commit is contained in:
Dan Buch 2024-09-06 14:00:42 -04:00
parent f230e41216
commit a337d579ec
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -1,7 +1,8 @@
bind-key C-b last-window bind-key C-b last-window
set-option -g default-command /bin/zsh set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh set-option -g default-shell /bin/zsh
set-option -g default-terminal 'screen-256color' set-option -s default-terminal 'tmux-256color'
set -ga terminal-overrides ',alacritty:RGB,*256col*:RGB'
set-option -g history-limit 100000 set-option -g history-limit 100000
set-option -g prefix C-b set-option -g prefix C-b
set-option -g renumber-windows on set-option -g renumber-windows on