small updates to git funcs

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-19 17:07:19 -05:00
parent ecddf8ad8d
commit 41ea974e49
2 changed files with 43 additions and 15 deletions

View file

@ -7,8 +7,8 @@
userName = "RingOfStorms (Joshua Bell)";
extraConfig = {
core.pager = "cat";
core.editor = "nvim";
core.pager = "bat";
core.editor = "nano";
pull.rebase = false;