zsh/config/zsh/login/gpg-agent

5 lines
84 B
Bash

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