feat(git): only use pager if output is more than one screen

This commit is contained in:
Oliver Ladner 2025-07-03 10:31:34 +02:00
commit 2273a2adc9

View file

@ -1,5 +1,7 @@
[core]
editor = nvim
editor = nvim
# Only page if more than one screen
pager = "less -FX"
[color]
branch = auto