less: update pager options

This commit is contained in:
Charles Gould 2022-11-20 01:29:14 -05:00
parent 5e4cf50643
commit 886470354f

View File

@ -2,7 +2,8 @@ set -gx BAT_STYLE plain
set -gx BAT_THEME Coldark-Dark
set -gx EDITOR hx
set -gx LANG en_US.UTF-8
set -gx PAGER 'less --tabs=4 --jump-target=.25 -iRFM'
set -gx LESS '-x4 -z-4 -j.25 -iFMRS'
set -gx PAGER less
if status --is-interactive
# Disable the default shell greeting