zsh/dot-config/zsh/login/gpg-agent
2023-10-23 15:20:13 +11:00

5 lines
84 B
Bash

#! zsh
if [[ -d ~/.gnupg ]]; then
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
fi