Add GPG_TTY environment.

This commit is contained in:
Darren 'Tadgy' Austin 2022-09-08 00:47:37 +01:00
commit 6d8350e9f1

View file

@ -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"