From 5b59d498b3813a13a058e6119dbe8f38e0ee2d36 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:37:10 +0000 Subject: [PATCH] Latest --- home/.chezmoi.yaml.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/.chezmoi.yaml.tmpl b/home/.chezmoi.yaml.tmpl index 307276e3..57297f32 100644 --- a/home/.chezmoi.yaml.tmpl +++ b/home/.chezmoi.yaml.tmpl @@ -208,8 +208,11 @@ data: username: "{{ default "user" (env "USER") }}" weatherZipCode: 07960 diff: - format: "git" pager: "delta" +edit: + command: "code" + args: + - "--wait" git: autoCommit: true autoPush: true