Skip to content

Commit 2c8878f

Browse files
committed
Configure gpg pinentry on macos
1 parent 959e30f commit 2c8878f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

home/dot_gnupg/gpg-agent.conf.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ if and (eq .chezmoi.os "darwin") .gui -}}
2+
pinentry-program {{ joinPath .brewPrefix "bin" "pinentry-mac" }}
3+
{{ end -}}

0 commit comments

Comments
 (0)