From 2eeba2fcfc5aa2eaa7d400186aa23214a6d11d06 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Tue, 27 Oct 2020 14:37:21 +0300 Subject: [PATCH] less: adjust colours --- etc/shell/bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/bashrc b/etc/shell/bash/bashrc index 582681f..6258153 100755 --- a/etc/shell/bash/bashrc +++ b/etc/shell/bash/bashrc @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Пн 26 окт 2020 14:34:05 +# Изменён: Вт 27 окт 2020 14:36:55 # ################################################################################ @@ -110,7 +110,7 @@ export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCAP_md=$'\E[01;31m' export LESS_TERMCAP_me=$'\E[0m' export LESS_TERMCAP_se=$'\E[0m' -export LESS_TERMCAP_so=$'\E[01;44;33m' +export LESS_TERMCAP_so=$'\E[01;34;43m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m'