diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 154a0ad..85afefb 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -3,6 +3,7 @@ {{- $category := promptString "Server category" -}} {{- $color := promptString "Prompt color (see https://unix.stackexchange.com/questions/269077/tput-setaf-color-table-how-to-determine-color-codes)" -}} {{- $vimexec := promptString "Which vi executable to use? (vi, vim, nvim)" -}} +{{- $promptType := promptString "Which prompt to use? (starship, oh-my-posh, none)" -}} [data] name = "{{ $name }}" email = "{{ $email }}" @@ -10,3 +11,4 @@ bash.prompt.category = "{{ $category }}" bash.prompt.color = "{{ $color }}" + bash.prompt.type = "{{ $promptType }}"