diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-07 15:01:52 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 22:19:58 -0400 |
commit | 237483288ef05285423c040cdef090d600a5a8b4 (patch) | |
tree | e266523a2cb760933e3b86e86ebc685a77c2f4b3 | |
parent | 2fb49213ca17089b583c8bdb3f62ba140c9c9723 (diff) | |
download | configs-237483288ef05285423c040cdef090d600a5a8b4.tar.gz configs-237483288ef05285423c040cdef090d600a5a8b4.tar.xz configs-237483288ef05285423c040cdef090d600a5a8b4.zip |
* .profile: export GPG_TTY=$(tty)
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |