diff --git a/home/dot_config/git/config.tmpl b/home/dot_config/git/config.tmpl index bf50c932..54e633d9 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" }} auth git-credential + helper = !{{- output "which" "gh" -}} auth git-credential [credential "https://gist.github.com"] - helper = !{{ output "which" "gh" }} auth git-credential + helper = !{{- output "which" "gh" -}} auth git-credential [delta] features = Betelgeuse [delta "Betelgeuse"]