iglunix/pkgs/mandoc/man.sh

9 lines
246 B
Bash
Raw Normal View History

2021-06-01 09:36:00 +00:00
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"