No longer use 'most' for MANPAGER in .bash_profile (back to 'less'\!)

This commit is contained in:
Darren 'Tadgy' Austin 2021-03-27 03:36:45 +00:00
commit feadf172cb

View file

@ -1,4 +1,4 @@
# Souce bash specific set up,
# Source bash specific set up,
[[ -f ~/.bashrc ]] && . ~/.bashrc
# Environment.
@ -18,7 +18,7 @@ if [[ "$_PLATFORM" = "Linux" ]]; then
export I_WANT_A_BROKEN_PS=1
export LYNX_CFG="$HOME/.lynx.cfg"
export LYNX_LSS="$HOME/.lynx.lss"
export MANPAGER="most"
export MANPAGER="less"
export MANPATH="$HOME/.local/share/man:$MANPATH"
hash dircolors >/dev/null 2>&1 && eval "$(dircolors -b ~/.dir_colors)"
elif [[ "$_PLATFORM" = "Darwin" ]]; then