mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
less colors
This commit is contained in:
parent
6904374475
commit
617b15179b
1 changed files with 3 additions and 3 deletions
6
colors
6
colors
|
|
@ -1,11 +1,11 @@
|
||||||
# Less colors
|
# Less colors
|
||||||
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
|
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
|
||||||
export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
|
export LESS_TERMCAP_md=$'\E[01;38;5;108m' # begin bold
|
||||||
export LESS_TERMCAP_me=$'\E[0m' # end mode
|
export LESS_TERMCAP_me=$'\E[0m' # end mode
|
||||||
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
|
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
|
||||||
export LESS_TERMCAP_ue=$'\E[0m' # end underline
|
export LESS_TERMCAP_ue=$'\E[0m' # end underline
|
||||||
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
|
export LESS_TERMCAP_us=$'\E[04;38;5;109m' # begin underline
|
||||||
export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box (This stops hilighting from working properly.)
|
export LESS_TERMCAP_so=$'\E[00;38;5;228;48;5;22m' # begin standout-mode - info box (This stops hilighting from working properly.)
|
||||||
|
|
||||||
if [[ -x `which lesspipe.sh` ]]; then
|
if [[ -x `which lesspipe.sh` ]]; then
|
||||||
export LESS="-R -M --shift 5"
|
export LESS="-R -M --shift 5"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue