update config template
This commit is contained in:
parent
3249cf6567
commit
b1709792fb
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue