Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. # Less Colors for Man Pages
  2. export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
  3. export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
  4. export LESS_TERMCAP_me=$'\E[0m' # end mode
  5. export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
  6. export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box
  7. export LESS_TERMCAP_ue=$'\E[0m' # end underline
  8. export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement