Add gpg-agent.conf

This commit is contained in:
Daniel Lynn 2021-07-23 17:55:42 -04:00
parent 8912dd6803
commit 3fd031e23e
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B
2 changed files with 5 additions and 0 deletions

View File

@ -36,3 +36,6 @@ tmux_conf = { source = "tmux.conf", target = ".tmux.conf" }
git_template = { source = "git_template", target = ".git_template" }
gitconfig = { source = "gitconfig", target = ".gitconfig" }
gitignore = { source = "gitignore", target = ".gitignore" }
# gpg
gpg_agent = { source = "gnupg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf" }

2
gnupg/gpg-agent.conf Normal file
View File

@ -0,0 +1,2 @@
default-cache-ttl 43200
max-cache-ttl 43200