summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env b/.env
index b0cea22..5f6b401 100644
--- a/.env
+++ b/.env
@@ -25,3 +25,7 @@ alias githome='git --git-dir ~/.githome --work-tree ~'
alias ls='ls --color -A --group-directories-first --sort=extension'
alias recent='ls -ltch'
+
+# Use correct TTY for GPG Pinentry
+export GPG_TTY="$(tty)"
+gpg-connect-agent updatestartuptty /bye >/dev/null