tmux: include X env vars
This commit is contained in:
parent
a282db3c4b
commit
c7fe5b2499
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ set -g default-terminal "xterm-256color"
|
||||||
set-option -g mouse on
|
set-option -g mouse on
|
||||||
#bind -n WheelUpPane copy-mode
|
#bind -n WheelUpPane copy-mode
|
||||||
|
|
||||||
set -g update-environment "WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
set -g update-environment "XAUTHORITY DISPLAY WINDOWID SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION"
|
||||||
setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
|
setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
|
||||||
set -g default-command zsh
|
set -g default-command zsh
|
||||||
#set -g mouse-select-pane on
|
#set -g mouse-select-pane on
|
||||||
|
|
Loading…
Reference in a new issue