Fix keychain GPG key syntax

This version of keychain uses gpgk: prefix rather than --gpg flag.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 14:52:08 -04:00
parent bbe6c1f7d1
commit 1a30f62ad9

View File

@@ -40,7 +40,7 @@ hash -d dots="$HOME/.dotfiles"
hash -d src="$HOME/src"
# Load SSH keys
eval "$(keychain --eval --quiet --gpg A40B4F53 github git)"
eval "$(keychain --eval --quiet github git gpgk:A40B4F53)"
# direnv hook
eval "$(direnv hook zsh)"