diff --git a/gpg-ssh.sh b/gpg-ssh.sh new file mode 100644 index 0000000..b2d20f2 --- /dev/null +++ b/gpg-ssh.sh @@ -0,0 +1,2 @@ +echo "gpgconf --launch gpg-agent" >> ~/.zshrc +echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc