set default value for use gui configs

This commit is contained in:
Daylin Morgan 2023-11-29 16:35:55 -06:00
parent 0971472df1
commit 8a48f33fe5
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ command = 'delta'
{{ $email := promptString "git email" "daylinmorgan@gmail.com" -}}
{{ $name := promptString "git name" "Daylin Morgan" -}}
{{ $gui := promptBool "use gui configs" -}}
{{ $gui := promptBool "use gui configs" false -}}
[data]
email = {{ $email | quote }}
name = {{ $name | quote }}