fix colors

This commit is contained in:
thek4n 2024-05-22 14:19:21 +03:00
parent 6e543d48dd
commit 6940a95f32

View File

@ -27,7 +27,7 @@ set -g display-panes-time $_tmux_display_panes_time
set -g lock-command vlock # Shell command to lock client set -g lock-command vlock # Shell command to lock client
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -g terminal-overrides[101] "tmux-256color:Tc" set -g terminal-overrides[101] "xterm-256color:Tc"
set-hook -g after-new-session[101] 'rename-window -t 1 1' set-hook -g after-new-session[101] 'rename-window -t 1 1'