fix tmux colors

This commit is contained in:
xunuwu 2024-09-25 09:30:48 +02:00
parent bc6f690b04
commit 109edac30c
No known key found for this signature in database

View file

@ -106,6 +106,9 @@ in {
set -g status-interval 5
set -g status-right "#[fg=#25be6a]#(free -h | awk 'NR==2{print $3\"/\"$2}')"
set -ag status-right "#[fg=default] %a %d %b %H:%M"
set-option -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
'';
};
})