1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] Use the default ssh-agent

This commit is contained in:
Hyacinthe Cartiaux 2017-01-19 16:05:13 +01:00
parent 63bf46d6f2
commit f2d42c7f65

View file

@ -117,9 +117,7 @@ export GNUPGHOME=~/.gnupg
unset SSH_ASKPASS
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="/run/user/${UID}/gnupg/S.gpg-agent.ssh"
fi
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
# Easybuild BUILD PATH
export EASYBUILDBUILDPATH=/tmp/