diff --git a/termux/.gitconfig.local b/termux/.gitconfig.local index a726c0f..7595421 100644 --- a/termux/.gitconfig.local +++ b/termux/.gitconfig.local @@ -1,8 +1,6 @@ [commit] gpgSign = false [credential "https://github.com"] - helper = - helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential + helper = !gh auth git-credential [credential "https://gist.github.com"] - helper = - helper = !/data/data/com.termux/files/usr/bin/gh auth git-credential + helper = !gh auth git-credential