diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 88f403f..6a671a3 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,5 +1,5 @@ [edit] - command = "zed -w" + command = "nvim" [data] is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }} flavor = "{{ env "FLAVOR" }}"