Add gpg-agent.conf
This commit is contained in:
parent
8912dd6803
commit
3fd031e23e
@ -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
2
gnupg/gpg-agent.conf
Normal file
@ -0,0 +1,2 @@
|
||||
default-cache-ttl 43200
|
||||
max-cache-ttl 43200
|
Loading…
Reference in New Issue
Block a user