Config files to make everyday life easier...
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.
123456789 |
- # man pages colour code
- export LESS_TERMCAP_mb=$'\e[0;33m'
- export LESS_TERMCAP_md=$'\e[0;35m'
- export LESS_TERMCAP_me=$'\e[0m'
- export LESS_TERMCAP_se=$'\e[0m'
- export LESS_TERMCAP_so=$'\e[0;34;32m'
- export LESS_TERMCAP_ue=$'\e[0m'
- export LESS_TERMCAP_us=$'\e[0;36m'
|