7 lines
252 B
Cheetah
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}}
|