fix(tmux)

This commit is contained in:
thek4n 2024-05-13 10:33:08 +03:00
parent 6cef4e1023
commit 59adddd4a6

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 -g default-command 'tmux rename-window -t 1 1; $SHELL' set-hook -g after-new-window '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'