From 6d8350e9f15223222cd58c26b0b7f2d488412996 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 8 Sep 2022 00:47:37 +0100 Subject: [PATCH] Add GPG_TTY environment. --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index 35d25c1..dec89a3 100644 --- a/.bash_profile +++ b/.bash_profile @@ -15,6 +15,7 @@ hash lesspipe >/dev/null 2>&1 && eval "$(SHELL=/bin/sh lesspipe)" # Platform specific set up. PLATFORM="$(uname -s)" if [[ "$PLATFORM" = "Linux" ]]; then + export GPG_TTY="$(tty)" export I_WANT_A_BROKEN_PS=1 export LYNX_CFG="$HOME/.lynx.cfg" export LYNX_LSS="$HOME/.lynx.lss"