From 3ab14f6dd4a2f3c2b074ea15fdc34cf75386b2e8 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 24 Jul 2024 07:55:12 +0200 Subject: [PATCH] update gpg --- config/git/config | 2 +- gnupg/gpg-agent.conf | 2 +- local/bin/gpg | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 local/bin/gpg diff --git a/config/git/config b/config/git/config index 875c161..17cf9e4 100644 --- a/config/git/config +++ b/config/git/config @@ -10,7 +10,7 @@ default = simple followTags = true [gpg] - program = gpg2 + program = gpg [commit] gpgsign = true [pager] diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index 3feb934..6b329b8 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -10,5 +10,5 @@ pinentry-program /usr/bin/pinentry-qt # Cache settings default-cache-ttl 600 -max-cache-ttl 108000 +max-cache-ttl 216000 diff --git a/local/bin/gpg b/local/bin/gpg deleted file mode 120000 index b7dfb29..0000000 --- a/local/bin/gpg +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gpg2 \ No newline at end of file