Update GPG key config for zsh, git

This commit is contained in:
Ben Kreeger 2025-06-25 17:07:53 -05:00
parent 93e2bbbff5
commit fef37382ef
Signed by: kreeger
GPG Key ID: D5CF8683D4BE4B50
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[user]
name = Ben Kreeger
email = ben@kree.gr
signingkey = 1F33DAF2F49E4046
signingkey = D07159D934DFBF93
[core]
editor = nvim
compression = 0

View File

@ -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