From 5664aa7aae52c348d0f1bcff287bc83a89cc4469 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 2 May 2026 11:56:17 -0700 Subject: [PATCH] Use env for GitHub credential helper --- dotfiles/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index e96102f7..165581af 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -102,10 +102,10 @@ required = true [credential "https://github.com"] helper = - helper = !/run/current-system/sw/bin/gh auth git-credential + helper = !/usr/bin/env gh auth git-credential [credential "https://gist.github.com"] helper = - helper = !/run/current-system/sw/bin/gh auth git-credential + helper = !/usr/bin/env gh auth git-credential [includeIf "gitdir:~/Projects/org-agenda-api/"] path = ~/.gitconfig.org-agenda-api [includeIf "gitdir:~/Projects/dotfiles/org-agenda-api/"]