From 072024e072fb82b0a518eedc0519960593c7162f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 7 May 2024 11:07:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A1=20security(git):=20use=20libsecret?= =?UTF-8?q?=20as=20helper=20instead=20of=20storing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index ce187c31..7d8e1f00 100644 --- a/.config/git/config +++ b/.config/git/config @@ -28,7 +28,7 @@ allow = always [credential] - helper = store + helper = libsecret [core] editor = nvim