You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
274 B

  1. #!/bin/bash
  2. export LESS_TERMCAP_mb=$'\E[01;31m'
  3. export LESS_TERMCAP_md=$'\E[01;38;5;74m'
  4. export LESS_TERMCAP_me=$'\E[0m'
  5. export LESS_TERMCAP_se=$'\E[0m'
  6. export LESS_TERMCAP_so=$'\E[38;33;246m'
  7. export LESS_TERMCAP_ue=$'\E[0m'
  8. export LESS_TERMCAP_us=$'\E[04;38;5;146m'