fix tmux not having italics/etc

This commit is contained in:
valerie 2024-10-10 19:46:56 -04:00
parent 3f998e424b
commit d3fb3c65bb
Signed by: valnyx
GPG key ID: CC10324DD962CB7E

View file

@ -177,6 +177,7 @@ in {
# }
];
extraConfig = /*tmux*/ ''
set -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ",xterm*:Tc"
set-window-option -g pane-base-index 1
set-option -g renumber-windows on