mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -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
|
PATH=${PATH}:${HOME}/.local/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Most is nice, if we have it
|
if test -z "${PAGER}" && command -v less >/dev/null 2>&1; then
|
||||||
if command -v most >/dev/null 2>&1; then
|
export PAGER="less"
|
||||||
export PAGER="most"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
|
|||||||
Reference in New Issue
Block a user