diff --git a/config/zsh/login/gpg-agent b/config/zsh/login/gpg-agent new file mode 100644 index 0000000..7cdfdf0 --- /dev/null +++ b/config/zsh/login/gpg-agent @@ -0,0 +1,4 @@ +#! zsh +if [[ -d ~/.gnupg ]]; then + export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh +fi