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