From 91c37c491d138a2d3dea68961193ceaed2748f13 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:20:25 +0200 Subject: [PATCH] Fix tmux/nvchad theming conflict under bash --- dot_tmux.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index f475fbb..3d30c0e 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -13,7 +13,7 @@ set -g display-time 4000 # screen-256 true color set -g default-terminal "screen-256color" -set-option -sa terminal-overrides ",alacritty:Tc" +set -ga terminal-overrides ",xterm-256color:Tc" # focus events enabled for terminals that support them set -g focus-events on