1
0
Fork 0
dotfiles/files/.local/profile.d/setup_ssh_agent

7 lines
167 B
Plaintext

# Set SSH to use gpg-agent
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi