From 50ea11f79a0fc48d507927e108aa5bfdeec2f8c5 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sat, 22 Oct 2022 00:29:07 -0700 Subject: [PATCH] Bash: export GPG_TTY to show commit signing prompt --- auto/bash/.bashrc.append | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/bash/.bashrc.append b/auto/bash/.bashrc.append index 3f4bd5b..bd83607 100644 --- a/auto/bash/.bashrc.append +++ b/auto/bash/.bashrc.append @@ -5,6 +5,7 @@ umask 007 export EDITOR='vim' export VISUAL='vim' +export GPG_TTY=$(tty) # cool colored command prompt