# add colors for less when viewing manpages
export LESS_TERMCAP_mb=$'\E[01;32m' # for what is this line good for ?^^
export LESS_TERMCAP_md=$'\E[01;33m' # syntax and keywords
export LESS_TERMCAP_me=$'\E[0m' # some rows
export LESS_TERMCAP_se=$'\E[0m' # first and last row background
export LESS_TERMCAP_so=$'\E[00;45;37m' # statusbar and searchhighlights
export LESS_TERMCAP_ue=$'\E[0m' # background
export LESS_TERMCAP_us=$'\E[01;32m' # "variables"

