projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb4921
)
* .profile: export GPG_TTY=$(tty)
author
Amin Bandali
<bandali@kelar.org>
Sat, 7 May 2022 19:01:52 +0000
(15:01 -0400)
committer
Amin Bandali
<bandali@kelar.org>
Fri, 20 May 2022 02:19:58 +0000
(22:19 -0400)
.profile
patch
|
blob
|
blame
|
history
diff --git
a/.profile
b/.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