/ exports / less_man_colors.bash
less_man_colors.bash
1  # Colored man pages: http://linuxtidbits.wordpress.com/2009/03/23/less-colors-for-man-pages/
2  # Less Colors for Man Pages
3  export LESS_TERMCAP_mb=$'\E[01;31m'       # begin blinking
4  export LESS_TERMCAP_md=$'\E[01;38;5;74m'  # begin bold
5  export LESS_TERMCAP_me=$'\E[0m'           # end mode
6  export LESS_TERMCAP_se=$'\E[0m'           # end standout-mode
7  export LESS_TERMCAP_so=$'\E[38;5;016m\E[48;5;220m'    # begin standout-mode - info box
8  export LESS_TERMCAP_ue=$'\E[0m'           # end underline
9  export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline