From 0462e911ff6394cbe2f3ca03e3190a8f31905443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 6 May 2024 10:27:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(git):=20store=20cre?= =?UTF-8?q?dentials=20instead=20of=20using=20the=20libsecret=20helper?= 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 7d8e1f00..ce187c31 100644 --- a/.config/git/config +++ b/.config/git/config @@ -28,7 +28,7 @@ allow = always [credential] - helper = libsecret + helper = store [core] editor = nvim