[git] Don't use pager.sh anymore

This commit is contained in:
Ivan Malison 2023-07-27 15:40:27 -06:00
parent 1417280e51
commit 31e05314ae

View File

@ -54,7 +54,7 @@
# Use custom `.gitignore` and `.gitattributes` # Use custom `.gitignore` and `.gitattributes`
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
attributesfile = ~/.gitattributes attributesfile = ~/.gitattributes
pager = pager.sh # set with environment variable so that pager can be different when inside emacs pager = less
[color] [color]
# Use colors in Git commands that are capable of colored output when # Use colors in Git commands that are capable of colored output when