Update .local/share/chezmoi/home/private_dot_config/git/config.tmpl
This commit is contained in:
parent
553a15f30d
commit
13906979a6
1 changed files with 2 additions and 2 deletions
|
@ -141,10 +141,10 @@
|
||||||
autoupdate = true
|
autoupdate = true
|
||||||
[sendemail]
|
[sendemail]
|
||||||
smtpserver = smtp.gmail.com
|
smtpserver = smtp.gmail.com
|
||||||
smtpuser = {{ .user.gmailAddress }}
|
smtpuser = {{ .user.gmail.email }}
|
||||||
smtpencryption = tls
|
smtpencryption = tls
|
||||||
smtpserverport = 587
|
smtpserverport = 587
|
||||||
smtpPass = {{ .user.gmailAddressAppPassword }}
|
smtpPass = {{ .user.gmail.password }}
|
||||||
[status]
|
[status]
|
||||||
showUntrackedFiles = all
|
showUntrackedFiles = all
|
||||||
submoduleSummary = true
|
submoduleSummary = true
|
||||||
|
|
Loading…
Reference in a new issue