From 1a30f62ad9473b18d77ed95f5c276b19318be440 Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Mon, 20 Apr 2026 14:52:08 -0400 Subject: [PATCH] Fix keychain GPG key syntax This version of keychain uses gpgk: prefix rather than --gpg flag. Co-Authored-By: Claude Sonnet 4.6 --- laptop/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/.zshrc b/laptop/.zshrc index 05e8992..6ab7189 100644 --- a/laptop/.zshrc +++ b/laptop/.zshrc @@ -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)"