# HG changeset patch # User zegervdv # Date 1643701815 -3600 # Node ID 1b60ade60015f8ee36aebe3bdb2d479e62ae6179 # Parent da72438479b08be566de47a04c29f1848528cf63 Make search results in less readable diff -r da72438479b0 -r 1b60ade60015 dot_zshrc --- a/dot_zshrc Tue Feb 01 08:42:07 2022 +0100 +++ b/dot_zshrc Tue Feb 01 08:50:15 2022 +0100 @@ -81,7 +81,7 @@ export LESS_TERMCAP_md=$(printf "\e[1;31m") export LESS_TERMCAP_me=$(printf "\e[0m") export LESS_TERMCAP_se=$(printf "\e[0m") -export LESS_TERMCAP_so=$(printf "\e[1;44;33m") +export LESS_TERMCAP_so=$(printf "\e[1;30;43m") export LESS_TERMCAP_ue=$(printf "\e[0m") export LESS_TERMCAP_us=$(printf "\e[1;32m")