From 4220629bf44b93e6b041bee0dadd8f7530997be1 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 10 Mar 2024 20:20:09 +0100 Subject: [PATCH] Up. --- home/.chezmoi.toml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 406fa01..8dc70d0 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,6 +1,6 @@ -{{ email := promptString "What is your main git email address " "" }} -{{ signinkey := promptString "What is your main git email address " "" }} -{{ latex := promptBool "Do i install latex files " false }} +{{ $email := promptString "What is your main git email address " "" }} +{{ $signinkey := promptString "What is your main git email address " "" }} +{{ $latex := promptBool "Do i install latex files " false }} [git] autoCommit = true autoPush = true