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