mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
more beautiful man page colors
This commit is contained in:
parent
8f950df22d
commit
43e866695e
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
|
@ -63,9 +63,9 @@ export LESS_TERMCAP_ue=$'\E[0m'
|
|||
# export LESS_TERMCAP_us=$'\E[01;32m'
|
||||
### ::: man pages (more beautiful 256 coloring) :::
|
||||
export LESS_TERMCAP_mb=$'[38;5;171;01m'
|
||||
export LESS_TERMCAP_md=$'[38;5;221;01m'
|
||||
export LESS_TERMCAP_md=$'[38;5;81;01m'
|
||||
export LESS_TERMCAP_so=$'[38;5;80;01m'
|
||||
export LESS_TERMCAP_us=$'[38;5;37;01m'
|
||||
export LESS_TERMCAP_us=$'[38;5;214;01m'
|
||||
|
||||
|
||||
# zsh fix for ssh host completion from ~/.ssh/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue