From a2a8a95449aab43c98839adac82114e2e2fd660c Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 8 Aug 2025 15:28:23 -0500 Subject: feat(git): change gh cli windows location --- dot_gitconfig.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 6b020de..92f7d49 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -39,10 +39,10 @@ {{ if eq .chezmoi.os "windows" -}} [credential "https://github.com"] helper = - helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential [credential "https://gist.github.com"] helper = - helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential + helper = !'C:\\Program Files\\GitHub CLI\\gh.exe' auth git-credential {{ else }} [credential "https://github.com"] helper = -- cgit v1.2.3