From a25d6aba6114e740a1671ab7b2f9e495a6171351 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@archlinuxvm" Date: Mon, 15 Feb 2021 13:46:14 +0100 Subject: [PATCH] Add gpg-agent.conf for password caching --- dotfiles/gpg/gpg-agent.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dotfiles/gpg/gpg-agent.conf diff --git a/dotfiles/gpg/gpg-agent.conf b/dotfiles/gpg/gpg-agent.conf new file mode 100644 index 0000000..5ac350f --- /dev/null +++ b/dotfiles/gpg/gpg-agent.conf @@ -0,0 +1,2 @@ +max-cache-ttl 60480000 +default-cache-ttl 60480000