From d9a3c0e698e23068a161cafee9097275ea78bfe7 Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Tue, 28 Jan 2014 18:23:30 -0800 Subject: [PATCH] improved man search color --- shell/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bashrc b/shell/bashrc index 8b5408f..7c7244b 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -91,7 +91,7 @@ man() LESS_TERMCAP_md=$'\E[01;38;5;74m' \ LESS_TERMCAP_me=$'\E[0m' \ LESS_TERMCAP_se=$'\E[0m' \ - LESS_TERMCAP_so=$'\E[42;5;246m' \ + LESS_TERMCAP_so=$'\E[7;49;35m' \ LESS_TERMCAP_ue=$'\E[0m' \ LESS_TERMCAP_us=$'\E[04;38;5;146m' \ man "$@" -- 1.9.1