diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 15:08:26 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-12 15:08:26 +0100 |
| commit | 566e4a58599d77d70976981dd70e20c71d1fc347 (patch) | |
| tree | a48ceac2e51129916488882cb27188a0938960ed | |
| parent | feat: add audio script for current audio status (diff) | |
| download | dotfiles-566e4a58599d77d70976981dd70e20c71d1fc347.tar.gz | |
feat(git): add pass as credential helper
| -rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
