From 566e4a58599d77d70976981dd70e20c71d1fc347 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 12 Feb 2026 15:08:26 +0100 Subject: feat(git): add pass as credential helper --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4e395b8..67ec9af 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,6 +2,8 @@ email = contact@pml68.dev name = Polesznyák Márk signingKey = /home/umberto/.ssh/id_ed25519 +[credential "smtp://contact%40pml68.dev@mail.mailo.com%3a465"] + helper = "pass show git" [sendemail] smtpServer = mail.mailo.com smtpServerPort = 465 -- cgit v1.2.3