update config template

This commit is contained in:
Daylin Morgan 2022-09-29 10:26:12 -05:00
parent 3249cf6567
commit b1709792fb

View file

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