From f64b634dd8fbb2c8a2898c3b9d0acc9452e4d966 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 4 Oct 2025 18:03:55 +0200 Subject: [PATCH] Remove absolute path from github credential helper --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index e232ff2..8118538 100644 --- a/.gitconfig +++ b/.gitconfig @@ -69,7 +69,7 @@ abbrevCommit = true [credential "https://github.com"] - helper = !/usr/bin/gh auth git-credential + helper = !gh auth git-credential [merge] tool = nvimdiff