diff --git a/home/.chezmoi.yaml.tmpl b/home/.chezmoi.yaml.tmpl index b6b68a6..98d9a5e 100644 --- a/home/.chezmoi.yaml.tmpl +++ b/home/.chezmoi.yaml.tmpl @@ -1,5 +1,5 @@ {{- $email := promptStringOnce . "email" "Email address" -}} -{{- $mbsyncAccounts := promptStringOnce . "mbsync" "account1 account2 " -}} +{{- $mbsyncAccounts := promptStringOnce . "mbsync" "account1 account2" | split " " -}} data: email: {{ $email | quote }}