From 2bd416e7f92346e071a1117d2382f55307cb1fee Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 29 May 2026 09:23:41 +0200 Subject: [PATCH] (git) reverted pager settings --- gitconfig/.gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitconfig/.gitconfig b/gitconfig/.gitconfig index cd51a30..6cae3d6 100644 --- a/gitconfig/.gitconfig +++ b/gitconfig/.gitconfig @@ -1,5 +1,4 @@ [core] - pager = less -+F editor = nvim [init] @@ -21,6 +20,6 @@ --graph \ --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s' - oneline = !git --no-pager log \ + oneline = log \ -n 20 \ --pretty='tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s'