diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 20266cf..154a0ad 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -2,9 +2,11 @@ {{- $email := promptString "email" -}} {{- $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)" -}} [data] name = "{{ $name }}" email = "{{ $email }}" + vimexec = "{{ $vimexec }}" bash.prompt.category = "{{ $category }}" bash.prompt.color = "{{ $color }}"