aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-02-12 15:08:26 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-02-12 15:08:26 +0100
commit566e4a58599d77d70976981dd70e20c71d1fc347 (patch)
treea48ceac2e51129916488882cb27188a0938960ed
parentfeat: add audio script for current audio status (diff)
downloaddotfiles-566e4a58599d77d70976981dd70e20c71d1fc347.tar.gz
feat(git): add pass as credential helper
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
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