From 075c59ec4c9fefe8771911ec856e2a8aa3230c1f Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 14 Oct 2023 22:03:11 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20:=20utilisation=20de=20n?= =?UTF-8?q?vim=20=C3=A0=20la=20place=20de=20helix=20pour=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gitconfig b/home/gitconfig index 22a8f95..22e504c 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -2,7 +2,7 @@ name = Hippolyte Chauvin email = hchauvin38@outlook.fr [core] - editor = hx + editor = nvim [init] defaultbranch = main [pull]