chore(gitconfig): don't hardcode binary paths for gh and glab

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-08-13 23:49:49 +08:00
parent cbeb6b6b85
commit 00aa74c825
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8

View file

@ -25,19 +25,19 @@
# authentication hellscape # authentication hellscape
[credential "https://github.com"] [credential "https://github.com"]
helper = helper =
helper = !/usr/bin/gh auth git-credential helper = !gh auth git-credential
[credential "https://gist.github.com"] [credential "https://gist.github.com"]
helper = helper =
helper = !/usr/bin/gh auth git-credential helper = !gh auth git-credential
[credential "https://gitlab.com"] [credential "https://gitlab.com"]
helper = helper =
helper = !/usr/bin/glab auth git-credential helper = !glab auth git-credential
[credential "https://mau.dev"] [credential "https://mau.dev"]
helper = helper =
helper = !/usr/bin/glab auth git-credential helper = !glab auth git-credential
[credential "https://gitlab.alpinelinux.org"] [credential "https://gitlab.alpinelinux.org"]
helper = helper =
helper = !/usr/bin/glab auth git-credential helper = !glab auth git-credential
# sendemail stuff (https://go.recaptime.eu.org/sendgmail) # sendemail stuff (https://go.recaptime.eu.org/sendgmail)
#[sendemail] #[sendemail]