From 8996dba454bb229238ab27c470fbd45465b64668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Mon, 22 Jan 2024 18:15:24 -0300 Subject: [PATCH] explicit pager and editor declarations in gitconfig --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 321fdf6..ec38e63 100644 --- a/.config/git/config +++ b/.config/git/config @@ -6,6 +6,8 @@ defaultBranch = master [core] sshCommand = ssh -i ~/.ssh/id_psspsps + editor = nvim + pager = bat [commit] gpgsign = true [push]