changed color output of man pages
This commit is contained in:
parent
22d429248c
commit
b622b63c74
2 changed files with 6 additions and 6 deletions
|
|
@ -17,13 +17,13 @@ set -o vi
|
|||
bind -m vi-insert 'Control-l: clear-screen'
|
||||
|
||||
# Colorizes man pages
|
||||
export LESS_TERMCAP_mb=$'\e[1;32m'
|
||||
export LESS_TERMCAP_md=$'\e[1;32m'
|
||||
export LESS_TERMCAP_mb=$'\e[1;34m'
|
||||
export LESS_TERMCAP_md=$'\e[1;34m'
|
||||
export LESS_TERMCAP_me=$'\e[0m'
|
||||
export LESS_TERMCAP_se=$'\e[0m'
|
||||
export LESS_TERMCAP_so=$'\e[01;33m'
|
||||
export LESS_TERMCAP_ue=$'\e[0m'
|
||||
export LESS_TERMCAP_us=$'\e[1;4;31m'
|
||||
export LESS_TERMCAP_us=$'\e[1;4;33m'
|
||||
|
||||
|
||||
# clears the history completely upon loading bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue