diff options
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 3e40f5d..d59a8a1 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -25,4 +25,11 @@ [credential "https://gist.github.com"] helper = helper = !'C:\\Users\\muftei\\scoop\\apps\\gh\\current\\bin\\gh.exe' auth git-credential +{{ else }} +[credential "https://github.com"] + helper = + helper = !/usr/bin/gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !/usr/bin/gh auth git-credential {{ end -}} |
