From 6df53c23edd3817d7861d98aee087c8c2bec8be8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 21 Apr 2022 00:55:14 +0430 Subject: update --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 03af95f..f0210a1 100644 --- a/.bashrc +++ b/.bashrc @@ -34,7 +34,8 @@ 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_ue=$'\e[0m' # end underline export LESS_TERMCAP_us=$'\e[04;38;5;146m' # begin underline -- cgit v1.2.3