update config template

This commit is contained in:
Daylin Morgan 2022-09-29 10:26:12 -05:00
parent 3249cf6567
commit b1709792fb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ command = 'delta'
{{ $email := promptString "git email" -}}
{{ $name := promptString "git name" -}}
{{ $gui := promptBool "use gui configs?" -}}
{{ $gui := promptBool "use gui configs" -}}
[data]
email = {{ $email | quote }}
name = {{ $name | quote }}