Revert "feat: simplify pgp-agent pinentry"

This reverts commit 1e0cd481b6.
This commit is contained in:
winston 2022-10-24 04:31:06 +02:00
parent 94a240feff
commit c2f3389d56
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -3,3 +3,6 @@ default-cache-ttl 60
max-cache-ttl 120 max-cache-ttl 120
default-cache-ttl-ssh 60 default-cache-ttl-ssh 60
max-cache-ttl-ssh 120 max-cache-ttl-ssh 120
{{- if eq .chezmoi.os "darwin" -}}
pinentry-program /opt/homebrew/bin/pinentry-mac
{{- end -}}