diff --git a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl index 3a773a0..fba2cb3 100644 --- a/chezmoi.roots/_src.all/.chezmoi.toml.tmpl +++ b/chezmoi.roots/_src.all/.chezmoi.toml.tmpl @@ -44,7 +44,7 @@ {{- $promptStyle := dig "style" "prompt" "cool" . -}} {{- $promptStyleChoices := list "cool" "hot" "lux" -}} -{{- $promptStyleSelected := promptMultichoice "Choose prompt style* (only first selection is chose - default is 'cool')" $promptStyleChoices -}} +{{- $promptStyleSelected := promptMultichoice (list "Choose prompt style* (only first selection is chose - default is '" $promptStyle "')" | join "") $promptStyleChoices -}} {{- $promptStyle = first $promptStyleSelected | default $promptStyle -}} {{/*{{- $promptStyle = promptChoice "Prompt style" $promptStyleChoices $promptStyle -}}*/}}