No longer use 'most' for MANPAGER in .bash_profile (back to 'less'\!)
This commit is contained in:
parent
8de1f22b27
commit
feadf172cb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue