summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-09-04 17:34:52 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-09-04 17:34:52 +0100
commitc82fe075af0c1501918e6aa26e0e0a7ce029ba7b (patch)
treefba6ee3995d8921492cb0031fa5af48de82fc45c
parent897bfa58b8146610611f9c010b344e3ac4d0b219 (diff)
Add GPG env variable
-rw-r--r--.config/zsh/zprofile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile
index 7c6bce1..7b30ade 100644
--- a/.config/zsh/zprofile
+++ b/.config/zsh/zprofile
@@ -16,3 +16,5 @@ export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export GNUPGHOME="${XDG_CONFIG_HOME:-$HOME/.config}/gnupg"
export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/password-store"
export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/notmuch/notmuchrc"
+### Below allows pass to prompt for GPG passphrase
+export GPG_TTY=$(tty)