diff options
| -rw-r--r-- | .config/zsh/zprofile | 2 |
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) |
