fixing gnupg / git integration on new homebrew setup
This commit is contained in:
parent
5f5b2bd5ae
commit
5838390d00
2 changed files with 2 additions and 2 deletions
|
@ -44,4 +44,4 @@
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gpg]
|
[gpg]
|
||||||
program = /usr/local/bin/gpg
|
program = /opt/homebrew/bin/gpg
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
pinentry-program /usr/bin/pinentry
|
pinentry-program /opt/homebrew/bin/pinentry-mac
|
||||||
default-cache-ttl 600
|
default-cache-ttl 600
|
||||||
max-cache-ttl 7200
|
max-cache-ttl 7200
|
||||||
|
|
Loading…
Reference in a new issue