diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-09 20:28:14 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-09 20:28:14 +0200 |
commit | 5ea670246b6ddacc47fc7e14712020e9cb8568c3 (patch) | |
tree | 9867c0724b33f64ebae842b7739e610ff7d9946e /bash | |
parent | dee7b5307b08032022cc4d4e2a4c0dfde39d7790 (diff) | |
download | dotfiles-5ea670246b6ddacc47fc7e14712020e9cb8568c3.tar.gz |
agent
Diffstat (limited to 'bash')
-rw-r--r-- | bash/ssh-agent.profile | 2 |
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` |