From 0bf705ceb3cd6f33826b2df60027ace00aa71a02 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Thu, 21 Mar 2024 22:16:48 -0400 Subject: [PATCH] trying to sign the commit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 836563c..c3d3ecd 100644 --- a/.zshrc +++ b/.zshrc @@ -142,6 +142,8 @@ export GTK_IM_MODULE=ibus export QT_IM_MODULE=ibus export XMODIFIERS=@im=ibus +export GPG_TTY=$(tty) + # bun completions [ -s "/home/antoine/.bun/_bun" ] && source "/home/antoine/.bun/_bun"