fix chezmoi.toml (escape {{ and }})
This commit is contained in:
parent
c181c1ff3f
commit
9fd0e7831e
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
command = "nvim"
|
command = "nvim"
|
||||||
args = ["-d", "{{ .Destination }}", "{{ .Source }}", "{{ .Target }}"]
|
args = ["-d", "{{ `{{ .Destination }}` }}", "{{ `{{ .Source }}` }}", "{{ `{{ .Target }}` }}"]
|
||||||
|
|
||||||
{{- $choices := list "desktop" "laptop" "server" -}}
|
{{- $choices := list "desktop" "laptop" "server" -}}
|
||||||
{{- $hosttype := promptChoiceOnce . "hosttype" "What type of host?" $choices -}}
|
{{- $hosttype := promptChoiceOnce . "hosttype" "What type of host?" $choices -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user