fix(tmux)
This commit is contained in:
parent
6cef4e1023
commit
59adddd4a6
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user