added mandoc

This commit is contained in:
Ella-0 2021-06-01 10:36:00 +01:00
parent fbc445b4a9
commit 5ea842eb26
4 changed files with 64 additions and 0 deletions

8
pkgs/mandoc/man.sh Normal file
View file

@ -0,0 +1,8 @@
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"