tmux: adjust for terminal colors

This commit is contained in:
John Bowdre 2024-12-09 16:50:16 -06:00
parent 91690b5cbb
commit 04d8e2f393
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -75,6 +75,10 @@
# clipboard # clipboard
set-option -s set-clipboard on set-option -s set-clipboard on
# terminal colors
set-option -g default-terminal "tmux-256color"
set-option -a terminal-features "xterm-256color:RGB"
''; '';
}; };