From 2ac56d435148c1568add49039596ac78ac9484fe Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:38:42 -0700 Subject: [PATCH] Update .config/git/config --- dot_config/git/config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index f926299..5a9cdf3 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -117,10 +117,10 @@ insteadOf = aur:// [credential "https://github.com"] - helper = !/usr/bin/gh auth git-credential + helper = !gh auth git-credential [credential "https://gist.github.com"] - helper = !/usr/bin/gh auth git-credential + helper = !gh auth git-credential [include] path = ~/.config/git/config.local