From f3d46cf8854fd16229e7bf2644c2482576afd4e4 Mon Sep 17 00:00:00 2001 From: josiah Date: Sun, 19 Feb 2023 11:20:54 -0600 Subject: [PATCH] Remove --write-env-file arg to gpg-agent. No longer valid post system upgrade. Not sure I was even using this originally? --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 8057de4..b9a1d23 100644 --- a/.bashrc +++ b/.bashrc @@ -75,7 +75,7 @@ fi if [ -S "${GPG_AGENT_INFO%%:*}" ]; then export GPG_AGENT_INFO else - eval $( gpg-agent --daemon --write-env-file ~/.gpg-agent-info ) + eval $( gpg-agent --daemon ) fi ## then configure keychain