diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-20 20:25:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-20 20:25:14 +0000 |
commit | 6df53c23edd3817d7861d98aee087c8c2bec8be8 (patch) | |
tree | 28e19bdf552cf955126619e0be2a2fff6cf40a77 /.bashrc | |
parent | bunch of stuff (diff) | |
download | scripts-6df53c23edd3817d7861d98aee087c8c2bec8be8.tar.gz scripts-6df53c23edd3817d7861d98aee087c8c2bec8be8.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |