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