From a16c78e6ce336b42a2ca88390fc4a77d8defe952 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 24 Jan 2025 15:15:25 +0000 Subject: [PATCH] Remove git pager config --- roles/home-cli/files/gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index e406978..7611b1b 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -1,8 +1,6 @@ # Set environment variable GIT_CONFIG_NOSYSTEM=true to ignore the Git # system-wide config file (normally /etc/gitconfig). -[core] - pager = less -+FX [pull] ff = only rebase = false