From 87cdb03411e9a5183604f13ca35acd0aca9414cd Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 2 Aug 2024 16:34:11 +0200 Subject: [PATCH] Up. --- 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 9b159d2..d779de5 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,6 +1,6 @@ {{ $email := promptStringOnce . "email" "What is your main git email address " }} {{ $signinkey := promptStringOnce . "signingkey" "What is your git signing key " }} -{{ $latex := promptBoolOnce . "hasLatex" "Do i install latex files " }} +{{ $hasLatex := promptBoolOnce . "hasLatex" "Do i install latex files " }} [git] autoCommit = true autoPush = true