From 40b18764172f6f4d2fa7af49a725c014abb764ee Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Mon, 4 Nov 2019 09:59:54 -0500 Subject: [PATCH] Forgot to add "export" to GPG_TTY --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 3556342..ea17af8 100644 --- a/.bashrc +++ b/.bashrc @@ -113,4 +113,4 @@ if ! shopt -oq posix; then fi # Ask for decryption in terminal window -GPG_TTY=$(tty) +export GPG_TTY=$(tty)