fix(tmux)

This commit is contained in:
thek4n 2024-05-13 11:06:25 +03:00
parent 59adddd4a6
commit 4cdccc56c5

View File

@ -22,7 +22,7 @@ set -g lock-command vlock # Shell command to lock client
set -g default-terminal "xterm-256color" set -g default-terminal "xterm-256color"
set -ga terminal-overrides ",xterm-256color:Tc" set -ga terminal-overrides ",xterm-256color:Tc"
set-hook -g after-new-window 'rename-window -t 1 1' set-hook -g after-new-window[101] 'rename-window -t 1 1'
set -ga update-environment 'DISPLAY' set -ga update-environment 'DISPLAY'
set -ga update-environment 'WINDOWID' set -ga update-environment 'WINDOWID'