tmux: add automatic update for ssh-agent with remote attach
This commit is contained in:
parent
8aebe7be85
commit
80e4643bbd
|
@ -25,3 +25,5 @@ bind C-a last-pane
|
||||||
# reload this file
|
# reload this file
|
||||||
bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloaded"
|
bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloaded"
|
||||||
|
|
||||||
|
# automatic update env for ssh-agent
|
||||||
|
set-option -g update-environment SSH_AUTH_SOCK
|
||||||
|
|
Loading…
Reference in New Issue