From db3682a790a5380ae017b587df637873105121f0 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 15 Nov 2016 10:37:11 +0000 Subject: [PATCH] Set GPG_AGENT_INFO env variable manually --- bash/.bash_profile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index c408f2d..6b6f965 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -15,5 +15,6 @@ fi export TMPDIR="/home/max/.local/tmp" -gpg-agent --daemon --enable-ssh-support \ - --write-env-file "${HOME}/.gpg-agent-info" +gpg-agent --daemon + +export GPG_AGENT_INFO="${GNUPGHOME:-${HOME}/.gnupg}/S.gpg-agent:-1:1" -- 2.45.2