From 051c3baf36272850d68d1cee612b38cc3d17f7b8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 11:53:26 -0500 Subject: [PATCH] [zsh] Make sure TTY for GPG works --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0b1aad5..cd9519d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -53,3 +53,4 @@ Darwin) esac eval "$(direnv hook /bin/zsh)" +export GPG_TTY=$(tty)