mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Fix gitconfig
This commit is contained in:
parent
4f273765ed
commit
1a5829fb37
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@
|
|||
pager = less
|
||||
[sendemail]
|
||||
smtpserver = smtp.migadu.com
|
||||
smtpuser = {{ (bitwarden "item" "Migadu").login.username }}
|
||||
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||
smtpencryption = ssl
|
||||
smtpserverport = 465
|
||||
smtppass = {{ (bitwarden "item" "Migadu").login.password | quote }}
|
||||
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||
confirm = auto
|
||||
[diff "color"]
|
||||
textconv=pygmentize
|
||||
|
|
Loading…
Reference in a new issue