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" }}"