From f2b01c18346b7f12c14ed884160174ca91eb4231 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 26 Jul 2024 14:11:14 +0200 Subject: [PATCH] use zed as default chezmoi editor --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index bf03a78..88f403f 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,5 +1,5 @@ [edit] - command = "code --wait" + command = "zed -w" [data] is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }} flavor = "{{ env "FLAVOR" }}"