aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/ssh-agent.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/ssh-agent.profile b/bash/ssh-agent.profile
index fb014bb..9912bbf 100644
--- a/bash/ssh-agent.profile
+++ b/bash/ssh-agent.profile
@@ -1,3 +1,3 @@
# vi: ft=sh
-[ -z $SSH_AGENT_PID ] && eval `ssh-agent`
+[ -z $SSH_AUTH_SOCK ] && eval `ssh-agent`