8 lines
246 B
Bash
8 lines
246 B
Bash
export LESS_TERMCAP_md=$'\e[01;34m' \
|
|
export LESS_TERMCAP_me=$'\e[0m' \
|
|
export LESS_TERMCAP_se=$'\e[0m' \
|
|
export LESS_TERMCAP_so=$'\e[01;44;35m' \
|
|
export LESS_TERMCAP_ue=$'\e[0m' \
|
|
export LESS_TERMCAP_us=$'\e[01;33m' \
|
|
|
|
export MANPAGER="less -r"
|