diff --git a/src/hooks/non-interactive-env/constants.ts b/src/hooks/non-interactive-env/constants.ts index 2636802..40ac056 100644 --- a/src/hooks/non-interactive-env/constants.ts +++ b/src/hooks/non-interactive-env/constants.ts @@ -7,10 +7,11 @@ export const NON_INTERACTIVE_ENV: Record = { GCM_INTERACTIVE: "never", HOMEBREW_NO_AUTO_UPDATE: "1", // Block interactive editors - git rebase, commit, etc. - GIT_EDITOR: "true", - EDITOR: "true", - VISUAL: "true", - GIT_SEQUENCE_EDITOR: "true", + GIT_EDITOR: ":", + EDITOR: ":", + VISUAL: "", + GIT_SEQUENCE_EDITOR: ":", + GIT_MERGE_AUTOEDIT: "no", // Block pagers GIT_PAGER: "cat", PAGER: "cat",