Added the libsecret helper for Git
This commit is contained in:
@@ -7,3 +7,13 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
ff = true
|
ff = true
|
||||||
|
|
||||||
|
{{- $credentialHelperPath := "" }}
|
||||||
|
{{- if eq .chezmoi.osRelease.id "arch" }}
|
||||||
|
{{- $credentialHelperPath = "/usr/lib/git-core/git-credential-libsecret" }}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if $credentialHelperPath }}
|
||||||
|
[credential]
|
||||||
|
helper = {{ $credentialHelperPath }}
|
||||||
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user