dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6aaca7487511ed98ff65c2a6712bca9483e9a488 (patch)
parent 2c910429b5d9ef5665bd5ac04c32a2018f482f44
Author: Alex Karle <alex@alexkarle.com>
Date:   Mon, 26 Dec 2022 15:37:03 -0500

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!

Diffstat:
M.gitconfig | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,6 +1,3 @@ -[core] - editor = vi - [user] email = alex@alexkarle.com name = Alex Karle