From 38f0cd97a9c818ee92dc2038334c21204f92961a Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Sun, 22 May 2022 09:27:09 +0100 Subject: [PATCH] fix: export GPG_TTY for signing commits --- config/bash/bashrc.d/gnupg | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bash/bashrc.d/gnupg b/config/bash/bashrc.d/gnupg index 4a5eb32..fdce781 100644 --- a/config/bash/bashrc.d/gnupg +++ b/config/bash/bashrc.d/gnupg @@ -1,3 +1,4 @@ ## vim: ft=sh : +export GPG_TTY=$(tty) export GNUPGHOME=${XDG_DATA_HOME}/gnupg