diff options
author | Mateja <mail@matejamaric.com> | 2021-02-24 15:56:26 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-02-24 15:56:26 +0100 |
commit | 8e68c07090e6024b4dd4af832ef1295edef1e415 (patch) | |
tree | fd1d4dccd9ec4a78c46114dd6f18aa722a94305a | |
parent | af11c6ba55289848c3e9129307a93f6187400ade (diff) | |
download | dotfiles-8e68c07090e6024b4dd4af832ef1295edef1e415.tar.gz dotfiles-8e68c07090e6024b4dd4af832ef1295edef1e415.zip |
Add GPG agent configuration file.
-rw-r--r-- | .gnupg/gpg-agent.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf new file mode 100644 index 0000000..e0cf127 --- /dev/null +++ b/.gnupg/gpg-agent.conf @@ -0,0 +1,2 @@ +default-cache-ttl 3600 +pinentry-program /usr/bin/pinentry-gtk-2 |