From 33fcdb6b758d5124318e4ca96e5a567977bd2bf1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 19 Mar 2026 13:19:58 -0700 Subject: [PATCH] fix(git): use stable gh credential helper path --- dotfiles/gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 1b9bfbbe..1e980486 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -101,9 +101,11 @@ process = git-lfs filter-process required = true [credential "https://github.com"] - helper = !/run/current-system/sw/bin/gh auth git-credential + helper = + helper = !/etc/profiles/per-user/imalison/bin/gh auth git-credential [credential "https://gist.github.com"] - helper = !/run/current-system/sw/bin/gh auth git-credential + helper = + helper = !/etc/profiles/per-user/imalison/bin/gh auth git-credential [includeIf "gitdir:~/Projects/org-agenda-api/"] path = ~/.gitconfig.org-agenda-api [includeIf "gitdir:~/Projects/dotfiles/org-agenda-api/"]