# pager options # use less by default ... if hash less; then export PAGER=less export LESS="-R --ignore-case --long-prompt" fi # but user most, if available if hash most; then export PAGER=most export MANPAGER=most fi