Skip to content

Instantly share code, notes, and snippets.

@protoben
Created June 28, 2018 05:27
Show Gist options
  • Save protoben/3ca61476a92e7e962d0856e3c0ae77c2 to your computer and use it in GitHub Desktop.
Save protoben/3ca61476a92e7e962d0856e3c0ae77c2 to your computer and use it in GitHub Desktop.
# Less Colors for Man Pages
export LESS_TERMCAP_mb=$(tput setaf 208) # begin blinking
export LESS_TERMCAP_md=$(tput bold; tput setaf 140) # begin bold
export LESS_TERMCAP_me=$(tput sgr0) # end mode
export LESS_TERMCAP_se=$(tput sgr0) # end standout-mode
export LESS_TERMCAP_so=$(tput smso; tput setaf 50) # begin standout-mode - info box
export LESS_TERMCAP_ue=$(tput rmul) # end underline
export LESS_TERMCAP_us=$(tput smul; tput setaf 198) # begin underline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment