* .profile: export GPG_TTY=$(tty)
authorAmin Bandali <bandali@kelar.org>
Sat, 7 May 2022 19:01:52 +0000 (15:01 -0400)
committerAmin Bandali <bandali@kelar.org>
Fri, 20 May 2022 02:19:58 +0000 (22:19 -0400)
.profile

index cebb4cf..2644551 100644 (file)
--- a/.profile
+++ b/.profile
@@ -9,6 +9,7 @@ fi
 
 export EDITOR="emacsclient -nw"
 export VISUAL="emcl"
 
 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
 
 PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
 if [ -z "$IS_GUIX_SYSTEM" ]; then