git config: osx keychain only darwin

This commit is contained in:
Gabriel Augendre 2024-12-06 11:38:08 +01:00
parent b312934879
commit a1b2ac27f9

View file

@ -110,8 +110,10 @@
insteadOf = "https://github.com/" insteadOf = "https://github.com/"
insteadOf = "gh:" insteadOf = "gh:"
{{- if eq .chezmoi.os "darwin" }}
[credential] [credential]
helper = osxkeychain helper = osxkeychain
{{ end }}
[include] [include]
path = host.config path = host.config