From 3dbe74f2eef627e2dc19b79fe06753d5dc09003f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 15 May 2024 09:00:31 +0200 Subject: update nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/git/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 6c6112d..eb6a07a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -18,15 +18,15 @@ [credential "git.sr.ht"] username = robertgzr - helper = !sh -c 'pass sr.ht/robertgzr | head -n1 | xargs printf "password=%s\n"' + helper = !sh -c 'rbw get c7e750ea-6713-4254-90e7-6e077b552ffa | xargs printf "password=%s\n"' [credential "github.com"] username = robertgzr - helper = !sh -c 'pass github.com/robertgzr | head -n1 | xargs printf "password=%s\n"' + helper = !sh -c 'rbw get f94a873d-9d72-412e-a46d-53e4cd19a291 | xargs printf "password=%s\n"' -[credential "smtp://mail.gandi.net:465"] - username = robert@gnzler.io - helper = !sh -c 'pass email/gnzler.io | head -n1 | xargs printf "password=%s\n"' +[credential "smtp://mailfence.com:465"] + username = robert@gnzler.de + helper = !sh -c 'rbw get 68b0ea26-733a-43cd-b8f8-e8ecc98de072 | xargs printf "password=%s\n"' [core] excludesfile = $HOME/.config/git/ignore -- cgit 1.4.1