Latest
This commit is contained in:
parent
f0324da7ec
commit
0d2fe3c0df
1 changed files with 3 additions and 2 deletions
|
@ -63,9 +63,9 @@
|
|||
helper = cache --timeout=3600
|
||||
credentialStore = {{ if eq .host.distro.id "darwin" }}keychain{{ else }}{{ if eq .host.distro.id "windows" }}wincredman{{ else }}secretservice{{ end }}{{ end }}
|
||||
[credential "https://github.com"]
|
||||
helper = !{{- output "which" "gh" -}} auth git-credential
|
||||
helper = !{{- output "which" "gh" | trim -}} auth git-credential
|
||||
[credential "https://gist.github.com"]
|
||||
helper = !{{- output "which" "gh" -}} auth git-credential
|
||||
helper = !{{- output "which" "gh" | trim -}} auth git-credential
|
||||
[delta]
|
||||
features = Betelgeuse
|
||||
[delta "Betelgeuse"]
|
||||
|
@ -150,6 +150,7 @@
|
|||
[rerere]
|
||||
enabled = true
|
||||
autoupdate = true
|
||||
# TODO: Upgrade this to use SendGrid instead
|
||||
[sendemail]
|
||||
smtpserver = smtp.gmail.com
|
||||
smtpuser = {{ default "" .user.gmail.username }}
|
||||
|
|
Loading…
Reference in a new issue