From 8c34c233c003146d460897dd7f0fc29dec2e6e13 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 17 Sep 2022 17:15:50 +0200 Subject: [PATCH] autopushed --- chezmoi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi.md b/chezmoi.md index 6ddc347a1..21868e77c 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -56,7 +56,7 @@ chezmoi edit .config/sway/config Then use template syntax (see https://www.chezmoi.io/user-guide/templating/#simple-logic for the gist of it if you're interested in per-hostname cases, which is what I was after) and then use `chezmoi apply` to "run" the template and produce the file in any host. -Note that you need to edit the file with chezmoi edit every time essentially, unless you intend to get conflicts later. It seems like a fair tradeoff to me. +Note that after that you need to edit the file with `chezmoi edit` every time essentially, unless you intend to get conflicts later. It seems like a fair tradeoff. An example from my sway config which shows the syntax for if .. else if .. else: