diff --git a/.bash_profile b/.bash_profile index 57f4435..c505c4f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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