view dot_config/python_keyring/keyringrc.cfg.tmpl @ 1044:fb4670b7526a

feat: replicate push-line function from zsh source: https://github.com/fish-shell/fish-shell/issues/7800#issuecomment-792915764
author Zeger Van de Vannet <zeger@vandevan.net>
date Thu, 02 May 2024 08:48:33 +0200
parents b5a2fd26f4d4
children
line wrap: on
line source

{{ if eq .chezmoi.os "linux" -}}
[backend]
{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
default-keyring=keyring.backends.SecretService.Keyring
{{ else -}}
default-keyring=keyrings.cryptfile.cryptfile.CryptFileKeyring
{{- end }}
{{- end }}