From 0975281c60ca5689413384b4fdc6ef8f67696a5c Mon Sep 17 00:00:00 2001 From: winston Date: Tue, 11 Oct 2022 07:43:53 +0200 Subject: [PATCH] feat(git): use git-credential-gopass --- dot_config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config b/dot_config/git/config index 6eb3e92..a441658 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -8,7 +8,7 @@ ; using 'pass' as the password manager [credential] - helper = !pass-git-helper $@ + helper = gopass useHttpPath = true ; change identity based on the cwd