summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2022-05-07 15:01:52 -0400
committerAmin Bandali <bandali@kelar.org>2022-05-19 22:19:58 -0400
commit237483288ef05285423c040cdef090d600a5a8b4 (patch)
treee266523a2cb760933e3b86e86ebc685a77c2f4b3 /.profile
parent2fb49213ca17089b583c8bdb3f62ba140c9c9723 (diff)
downloadconfigs-237483288ef05285423c040cdef090d600a5a8b4.tar.gz
configs-237483288ef05285423c040cdef090d600a5a8b4.tar.xz
configs-237483288ef05285423c040cdef090d600a5a8b4.zip
* .profile: export GPG_TTY=$(tty)
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
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