From 5ea670246b6ddacc47fc7e14712020e9cb8568c3 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 9 Jul 2020 20:28:14 +0200 Subject: agent --- bash/ssh-agent.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') 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` -- cgit v1.2.3