From: Amin Bandali Date: Sat, 7 May 2022 19:01:52 +0000 (-0400) Subject: * .profile: export GPG_TTY=$(tty) X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/237483288ef05285423c040cdef090d600a5a8b4 * .profile: export GPG_TTY=$(tty) --- diff --git a/.profile b/.profile index cebb4cf..2644551 100644 --- a/.profile +++ b/.profile @@ -9,6 +9,7 @@ fi export EDITOR="emacsclient -nw" export VISUAL="emcl" +export GPG_TTY=$(tty) PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH" if [ -z "$IS_GUIX_SYSTEM" ]; then