From 1603c62188288ab4d2a049f1ec8fba1435fe3bef Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 03:11:12 +0200 Subject: zsh: aliases: Change man search highlight color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 95faa90..1c989dc 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -40,7 +40,7 @@ man() { LESS_TERMCAP_md=$(printf "\e[1;31m") \ LESS_TERMCAP_me=$(printf "\e[0m") \ LESS_TERMCAP_se=$(printf "\e[0m") \ - LESS_TERMCAP_so=$(printf "\e[1;44;33m") \ + LESS_TERMCAP_so=$(printf "\e[1;43m") \ LESS_TERMCAP_ue=$(printf "\e[0m") \ LESS_TERMCAP_us=$(printf "\e[1;32m") \ man "$@" -- cgit v1.2.3-54-g00ecf