From 9dbf06d4ad66f437dcbcecf66e8cec9c939ef9d0 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Sun, 21 Sep 2025 09:57:45 +0200 Subject: [PATCH] Setup o as the git command line editor --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 18b025a..2c88339 100644 --- a/git/config +++ b/git/config @@ -3,5 +3,6 @@ email = jens@luedicke.me [core] excludesfile = /Users/jens/.gitignore_global + editor = o [init] defaultBranch = master