fix(tmux)
This commit is contained in:
parent
a230843188
commit
8a76c14441
@ -20,17 +20,17 @@ set -g display-panes-time 4000 # Increase show pane time
|
||||
set -g lock-command vlock # Shell command to lock client
|
||||
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||
set -g terminal-overrides[101] "xterm-256color:Tc"
|
||||
|
||||
set-hook -g after-new-window[101] 'rename-window -t 1 1'
|
||||
set-hook -g after-new-session[101] 'rename-window -t 1 1'
|
||||
|
||||
set -ga update-environment 'DISPLAY'
|
||||
set -ga update-environment 'WINDOWID'
|
||||
set -ga update-environment 'XAUTHORITY'
|
||||
set -ga update-environment 'SSH_CLIENT'
|
||||
set -ga update-environment 'SSH_ASKPASS'
|
||||
set -ga update-environment 'SSH_AUTH_SOCK'
|
||||
set -ga update-environment 'SSH_AGENT_PID'
|
||||
set -ga update-environment 'SSH_CONNECTION'
|
||||
set -ga update-environment 'SSH_TTY'
|
||||
set -g update-environment[101] 'DISPLAY'
|
||||
set -g update-environment[102] 'WINDOWID'
|
||||
set -g update-environment[103] 'XAUTHORITY'
|
||||
set -g update-environment[104] 'SSH_CLIENT'
|
||||
set -g update-environment[105] 'SSH_ASKPASS'
|
||||
set -g update-environment[106] 'SSH_AUTH_SOCK'
|
||||
set -g update-environment[107] 'SSH_AGENT_PID'
|
||||
set -g update-environment[108] 'SSH_CONNECTION'
|
||||
set -g update-environment[109] 'SSH_TTY'
|
||||
Loading…
x
Reference in New Issue
Block a user