mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +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
|
pager = less
|
||||||
[sendemail]
|
[sendemail]
|
||||||
smtpserver = smtp.migadu.com
|
smtpserver = smtp.migadu.com
|
||||||
smtpuser = {{ (bitwarden "item" "Migadu").login.username }}
|
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||||
smtpencryption = ssl
|
smtpencryption = ssl
|
||||||
smtpserverport = 465
|
smtpserverport = 465
|
||||||
smtppass = {{ (bitwarden "item" "Migadu").login.password | quote }}
|
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||||
confirm = auto
|
confirm = auto
|
||||||
[diff "color"]
|
[diff "color"]
|
||||||
textconv=pygmentize
|
textconv=pygmentize
|
||||||
|
|
Loading…
Reference in a new issue