dotfiles/dot_local/share/private_gnupg/gpg-agent.conf.tmpl
2023-06-27 15:21:49 -04:00

7 lines
252 B
Cheetah

{{- if eq .chezmoi.os "windows" -}}
pinentry-program pinentry.exe
{{- else if (and (eq .chezmoi.os "linux") (.chezmoi.kernel.osrelease | lower | contains "microsoft"))}}
pinentry-program pinentry.exe
{{else}}
pinentry-program /usr/bin/pinentry
{{end}}