* .profile: export GPG_TTY=$(tty)
[~bandali/configs] / .profile
index cebb4cf..2644551 100644 (file)
--- 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