mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Change default pager to less.
This commit is contained in:
@@ -145,9 +145,8 @@ if test -d ${HOME}/.local/bin ; then
|
||||
PATH=${PATH}:${HOME}/.local/bin
|
||||
fi
|
||||
|
||||
# Most is nice, if we have it
|
||||
if command -v most >/dev/null 2>&1; then
|
||||
export PAGER="most"
|
||||
if test -z "${PAGER}" && command -v less >/dev/null 2>&1; then
|
||||
export PAGER="less"
|
||||
fi
|
||||
|
||||
# Load any local settings
|
||||
|
||||
Reference in New Issue
Block a user