From 40f211bdd83ff08ce5ad00a94d01a2cc92db196f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 21 Apr 2022 12:40:26 +0200 Subject: [PATCH] [Gitconfig] Add email credentials helper --- .gitconfig | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 8e6a8cc..7dc6b5e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -112,6 +112,9 @@ whitespace-error-style = 22 reverse [delta "decorations"] - commit-decoration-style = bold yellow box ul - file-style = bold yellow ul - file-decoration-style = none + commit-decoration-style = bold yellow box ul + file-style = bold yellow ul + file-decoration-style = none + +[credentials "smtp://lucien@phundrak.com@mail.phundrak.com:587"] + helper = "pass Email/lucien@phundrak.com | head -n1 | tr -d '\n'"