From 5c3059c5cc0962b30ea00b0d8c8d6d976ea15aab Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 6 Jun 2026 18:58:13 -0400 Subject: [PATCH] Not sure when I lost GPG_TTY --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 3d8268c..64861f0 100644 --- a/zshrc +++ b/zshrc @@ -277,6 +277,9 @@ if nvm &>/dev/null; then nvm use --delete-prefix 20 --silent fi +GPG_TTY="$(tty)" +export GPG_TTY + autoload -Uz compinit compinit