mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-01-18 22:46:40 +00:00
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:
parent
cbeb6b6b85
commit
00aa74c825
1 changed files with 5 additions and 5 deletions
10
.gitconfig
10
.gitconfig
|
@ -25,19 +25,19 @@
|
|||
# authentication hellscape
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
[credential "https://gitlab.com"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
[credential "https://mau.dev"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
[credential "https://gitlab.alpinelinux.org"]
|
||||
helper =
|
||||
helper = !/usr/bin/glab auth git-credential
|
||||
helper = !glab auth git-credential
|
||||
|
||||
# sendemail stuff (https://go.recaptime.eu.org/sendgmail)
|
||||
#[sendemail]
|
||||
|
|
Loading…
Reference in a new issue