(tmux) fix italic->highlighted on void linux

This commit is contained in:
2026-06-08 09:15:16 +02:00
parent bd95ed8d4f
commit 70b0241da9
+2 -1
View File
@@ -2,7 +2,8 @@
# use interactive shell instead of login shell # use interactive shell instead of login shell
set-option -g default-command "/bin/bash" set-option -g default-command "/bin/bash"
# enable rgb colors # configure terminal
set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",*:RGB" set -ag terminal-overrides ",*:RGB"
# enable mouse support # enable mouse support