zsh/dot-config/zsh/login/gpg-agent.zsh

5 lines
84 B
Bash

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