From 256a2c7bc2bc92df4570aa4746f13acb7580b9bf Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 15:14:19 -0400 Subject: .bachrc: Set GPG_TTY for pinentry over SSH and in Emacs --- home/.bashrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/.bashrc b/home/.bashrc index 7755643..7b89e6d 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -26,6 +26,13 @@ fi PATH=$PATH:$HOME/bin +######################################################################## +## GPG +######################################################################## +GPG_TTY=$(tty) +export GPG_TTY + + ######################################################################## ## Bash completion ######################################################################## -- cgit v1.2.3