Fix tmux/nvchad theming conflict under bash

This commit is contained in:
Yax 2024-08-28 17:20:25 +02:00
parent 040409a7a2
commit 91c37c491d

View file

@ -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