From b1709792fb42a9e1423f2c746a9adf8e578fed85 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 29 Sep 2022 10:26:12 -0500 Subject: [PATCH] update config template --- home/.chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index c011b89..5fa3e52 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -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 }}