Thanks for all your error reports, I didn't forget it. I'll cleanup my guide soon. Thanks again!
Specify custom man colors
# Less Colors for Man Pages# put in .bashrc os similarexportLESS_TERMCAP_mb=$'\E[01;31m'# begin blinkingexportLESS_TERMCAP_md=$'\E[01;38;5;74m'# begin boldexportLESS_TERMCAP_me=$'\E[0m'# end modeexportLESS_TERMCAP_se=$'\E[0m'# end standout-modeexportLESS_TERMCAP_so=$'\E[38;5;246m'# begin standout-mode - info boxexportLESS_TERMCAP_ue=$'\E[0m'# end underlineexportLESS_TERMCAP_us=$'\E[04;38;5;146m'# begin underline