diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 3a4f44e..f7e3d7e 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -1,6 +1,8 @@ # 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