From e32e8d552c65369b47e3f27fc110ef86d93d81b4 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 11 Apr 2024 09:41:36 -0400 Subject: [PATCH] switch git editor to micro --- git_config/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_config/gitconfig b/git_config/gitconfig index 1cb1aeb..4889597 100644 --- a/git_config/gitconfig +++ b/git_config/gitconfig @@ -3,7 +3,7 @@ email = graham@ghall.dev name = Graham Hall [core] - editor = bbedit -w + editor = micro excludesfile = /Users/ghall/.gitignore [filter "lfs"] clean = git-lfs clean -- %f