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 }}