From 9aae8a6f3f5c86e43d7d8bf9d9a4a04767291542 Mon Sep 17 00:00:00 2001 From: "FCD (ubersapce)" Date: Fri, 23 Oct 2020 20:03:34 +0200 Subject: [PATCH] added missing template file --- .chezmoi.toml.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 69af6b3..293bb25 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,5 +1,9 @@ {{- $name := promptString "name" -}} {{- $email := promptString "email" -}} +{{- $category := promptString "Server category" -}} [data] - name = "{{ $name }}" - email = "{{ $email }}" + name = "{{ $name }}" + email = "{{ $email }}" + + [bash] + prompt.category = "{{ $category }}"