From 6aaca7487511ed98ff65c2a6712bca9483e9a488 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 26 Dec 2022 15:37:03 -0500 Subject: [PATCH] git: Don't specify editor in git-config vi is the default IIUC, and I want to override this with EDITOR if I'm mucking around with acme/other editors! --- .gitconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 2bdb444..632ad6b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,3 @@ -[core] - editor = vi - [user] email = alex@alexkarle.com name = Alex Karle -- libgit2 1.1.1