Browse Source

less: adjust colours

Maxim Likhachev 5 years ago
parent
commit
225c17121d
  1. 4
      etc/shell/bash/bashrc

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -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' @@ -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'

Loading…
Cancel
Save