From 5ba7050e864bc859ba55927e7152a626b5d974aa Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 12 Jan 2024 13:35:10 -0600 Subject: [PATCH] Use PPA gh version --- dot_gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_gitconfig b/dot_gitconfig index 4f3664f..c719608 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -6,10 +6,10 @@ email = xevion@xevion.dev [credential "https://github.com"] helper = - helper = !/home/linuxbrew/.linuxbrew/Cellar/gh/2.35.0/bin/gh auth git-credential + helper = !/usr/bin/gh auth git-credential [credential "https://gist.github.com"] helper = - helper = !/home/linuxbrew/.linuxbrew/Cellar/gh/2.35.0/bin/gh auth git-credential + helper = !/usr/bin/gh auth git-credential [core] editor = micro [init]