set default value for use gui configs
This commit is contained in:
parent
0971472df1
commit
8a48f33fe5
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue