Advertisement
cesarzeta

LESS_TERMCAP

Oct 21st, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
  2. export LESS_TERMCAP_md=$'\E[01;31m' # begin bold
  3. export LESS_TERMCAP_me=$'\E[0m' # end mode
  4. export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
  5. export LESS_TERMCAP_so=$'\E[01;44;33m' # begin standout-mode - info box
  6. export LESS_TERMCAP_ue=$'\E[0m' # end underline
  7. export LESS_TERMCAP_us=$'\E[01;32m' # begin underline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement