configurations-guix/.profile

7 lines
214 B
Plaintext
Raw Normal View History

2024-07-16 15:04:31 +02:00
if [[ ! -n "$SSH_CLIENT" ]]; then
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
fi