From a337d579eceb7bea3d7c2e88fa5dc72430b8501b Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Fri, 6 Sep 2024 14:00:42 -0400 Subject: [PATCH] fix terminal color at the intersection of tmux and alacritty --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 824153e..52436ee 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,8 @@ bind-key C-b last-window set-option -g default-command /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 prefix C-b set-option -g renumber-windows on