diff options
| -rw-r--r-- | .chezmoi.toml.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 5f8c013..3b55171 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -9,8 +9,7 @@ # `~/.config/chezmoi/chezmoi.toml` # See https://www.chezmoi.io/docs/how-to/ # -# {{- /* This file supports Go's text/template language. */ -}} -# +# {{/* This file supports Go's text/template language. */}} {{ $git_email := promptStringOnce . "git_email" "Email address for Git global config" -}} {{ $git_name := promptStringOnce . "git_name" "Display name for Git global config" -}} |
