From e635d882413a41a4c493d7f7ab25cd9cd5f0606f Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Fri, 18 Aug 2023 01:52:55 -0400 Subject: [PATCH] Fixed issue with git config --- home/dot_config/git/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]