Improve default man colours
This commit is contained in:
parent
0c7f72de8a
commit
3dc6a96584
1 changed files with 7 additions and 0 deletions
|
@ -1 +1,8 @@
|
||||||
|
export LESS_TERMCAP_md=$'\e[01;34m' \
|
||||||
|
export LESS_TERMCAP_me=$'\e[0m' \
|
||||||
|
export LESS_TERMCAP_se=$'\e[0m' \
|
||||||
|
export LESS_TERMCAP_so=$'\e[01;44;35m' \
|
||||||
|
export LESS_TERMCAP_ue=$'\e[0m' \
|
||||||
|
export LESS_TERMCAP_us=$'\e[01;33m' \
|
||||||
|
|
||||||
export MANPAGER="less -r"
|
export MANPAGER="less -r"
|
||||||
|
|
Loading…
Reference in a new issue