diff --git a/home/dot_config/git/config.tmpl b/home/dot_config/git/config.tmpl index 00f07b3b..fe01b25a 100644 --- a/home/dot_config/git/config.tmpl +++ b/home/dot_config/git/config.tmpl @@ -63,9 +63,9 @@ helper = cache --timeout=3600 credentialStore = {{ if eq .host.distro.id "darwin" }}keychain{{ else }}{{ if eq .host.distro.id "windows" }}wincredman{{ else }}secretservice{{ end }}{{ end }} [credential "https://github.com"] - helper = !{{- output "which" "gh" | trim -}} auth git-credential + helper = !{{- output "which" "gh" | trim }} auth git-credential [credential "https://gist.github.com"] - helper = !{{- output "which" "gh" | trim -}} auth git-credential + helper = !{{- output "which" "gh" | trim }} auth git-credential [delta] features = Betelgeuse [delta "Betelgeuse"]