From db2f010d2e9c705b4f2e0b48f356252f4d40e5de Mon Sep 17 00:00:00 2001 From: Steven Proctor Date: Wed, 4 Jun 2014 15:26:13 -0500 Subject: [PATCH] fix for ssh-agent issue --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index fdfeffb..fcf96ca 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,4 +35,5 @@ set -g window-status-current-attr bright setw -g mode-keys vi -set -g update-environment -r +set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY" +set-environment -g 'SSH_AUTH_SOCK' ~/.ssh/ssh_auth_sock