From 84855e86af3705c05fdc7170876ed9e76e75ae80 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Fri, 27 Sep 2019 11:45:44 -0400 Subject: [PATCH] Ask for GPG decryption via CLI --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 9360f69..3556342 100644 --- a/.bashrc +++ b/.bashrc @@ -111,3 +111,6 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +# Ask for decryption in terminal window +GPG_TTY=$(tty)