use zed as default chezmoi editor

This commit is contained in:
Anthony Rodriguez 2024-07-26 14:11:14 +02:00
parent b91c1c3de1
commit f2b01c1834

View file

@ -1,5 +1,5 @@
[edit]
command = "code --wait"
command = "zed -w"
[data]
is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }}
flavor = "{{ env "FLAVOR" }}"