From 6df53c23edd3817d7861d98aee087c8c2bec8be8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 21 Apr 2022 00:55:14 +0430 Subject: update --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index c687aa6..7b0423b 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3