From 15570330494497a5cc5f0a33f94fe28688229fb2 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Fri, 13 Nov 2020 08:03:56 +0100 Subject: [PATCH] Changed configuration template (correction for bash.prompt.category). --- .chezmoi.toml.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 293bb25..e83ca56 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -5,5 +5,4 @@ name = "{{ $name }}" email = "{{ $email }}" - [bash] - prompt.category = "{{ $category }}" + bash.prompt.category = "{{ $category }}"