From fef37382ef595a506ce09fc33df024476e6b317e Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Wed, 25 Jun 2025 17:07:53 -0500 Subject: [PATCH] Update GPG key config for zsh, git --- git/config | 2 +- zsh/mac.zsh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index bdbbcbd..20440c1 100644 --- a/git/config +++ b/git/config @@ -1,7 +1,7 @@ [user] name = Ben Kreeger email = ben@kree.gr - signingkey = 1F33DAF2F49E4046 + signingkey = D07159D934DFBF93 [core] editor = nvim compression = 0 diff --git a/zsh/mac.zsh b/zsh/mac.zsh index bc99715..080508f 100644 --- a/zsh/mac.zsh +++ b/zsh/mac.zsh @@ -5,3 +5,7 @@ alias rsyncdir="rsync -az --progress" CERT_PATH=$(python -m certifi) export SSL_CERT_FILE=${CERT_PATH} export REQUESTS_CA_BUNDLE=${CERT_PATH} + +export GPG_TTY="$(tty)" +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +gpgconf --launch gpg-agent