diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-08 15:28:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | a2a8a95449aab43c98839adac82114e2e2fd660c (patch) | |
| tree | d959c165e82ff7ff9afd26b569327b49d6cf4871 | |
| parent | bafef280804f04308040ec5d92fb4ada0ff8a68e (diff) | |
feat(git): change gh cli windows location
| -rw-r--r-- | dot_gitconfig.tmpl | 4 |
1 files 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 = |
