diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -651,7 +651,9 @@ export LESS_TERMCAP_mb=$'\e[01;31m' # begin blinking export LESS_TERMCAP_md=$'\e[01;38;5;74m' # begin bold export LESS_TERMCAP_me=$'\e[0m' # end mode export LESS_TERMCAP_se=$'\e[0m' # end standout-mode -export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout-mode - info box +# export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout-mode - info box +# export LESS_TERMCAP_so=$'\e[1;92m' # begin standout-mode - info box +export LESS_TERMCAP_so=$'\x1b[38;5;22m' export LESS_TERMCAP_ue=$'\e[0m' # end underline export LESS_TERMCAP_us=$'\e[04;38;5;146m' # begin underline # handle the format of the zsh built-in time |