GPG_TTY env var set for mutt passwd decrypt prompt
parent
9190188a83
commit
5fb3c80d8f
|
@ -17,6 +17,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
##
|
||||
|
||||
# set up agent connection and pinentry CLI
|
||||
export GPG_TTY="$(tty)"
|
||||
test -r ~/.gnupg/.agent && . ~/.gnupg/.agent
|
||||
|
||||
# this will silently decrypt and retrieve the password if the agent is
|
||||
|
|
Loading…
Reference in New Issue