1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[bash,git] pager configuration / less parameters

This commit is contained in:
Hyacinthe Cartiaux 2016-10-12 12:03:33 +02:00
parent a468c978ca
commit 59e5e71aab
2 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,7 @@ export SVN_EDITOR=$EDITOR
# Default pager ('less' is so much better than 'more'...)
if test -n "$(command -v less)" ; then
export PAGER="less -FirSwX"
export PAGER="less -FiRSwX"
else
export PAGER=more
fi

View file

@ -67,7 +67,7 @@
[core]
autocrlf = false
pager = less -FRSX
pager = less -FiRSwX
editor = vim
mergeoptions = --no-edit