From 00aa74c8255465f7a785dcc0b0f32f44bc0b2886 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Tue, 13 Aug 2024 23:49:49 +0800 Subject: [PATCH] chore(gitconfig): don't hardcode binary paths for gh and glab Signed-off-by: Andrei Jiroh Halili --- .gitconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index b284019..961bc4f 100644 --- a/.gitconfig +++ b/.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]