From 6e8875e734ed43bc6cb71a609969622228823645 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 17 Mar 2023 19:51:09 +0200 Subject: [PATCH] git: brew path to gh --- config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/git/config b/config/git/config index 4fcf108..532ccb0 100644 --- a/config/git/config +++ b/config/git/config @@ -55,7 +55,7 @@ recurse = true [credential "https://github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !/opt/homebrew/bin/gh auth git-credential [credential "https://gist.github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !/opt/homebrew/bin/gh auth git-credential