From 65497b35a86ad2f7d3bfda8eeea31eca21d957a8 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 14 Aug 2024 20:29:22 +0200 Subject: [PATCH] update default editor to nvim --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}"