comparison dot_zshrc @ 548:1b60ade60015

Make search results in less readable
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 08:50:15 +0100
parents da72438479b0
children 4a8042dab396
comparison
equal deleted inserted replaced
547:da72438479b0 548:1b60ade60015
79 79
80 export LESS_TERMCAP_mb=$(printf "\e[1;31m") 80 export LESS_TERMCAP_mb=$(printf "\e[1;31m")
81 export LESS_TERMCAP_md=$(printf "\e[1;31m") 81 export LESS_TERMCAP_md=$(printf "\e[1;31m")
82 export LESS_TERMCAP_me=$(printf "\e[0m") 82 export LESS_TERMCAP_me=$(printf "\e[0m")
83 export LESS_TERMCAP_se=$(printf "\e[0m") 83 export LESS_TERMCAP_se=$(printf "\e[0m")
84 export LESS_TERMCAP_so=$(printf "\e[1;44;33m") 84 export LESS_TERMCAP_so=$(printf "\e[1;30;43m")
85 export LESS_TERMCAP_ue=$(printf "\e[0m") 85 export LESS_TERMCAP_ue=$(printf "\e[0m")
86 export LESS_TERMCAP_us=$(printf "\e[1;32m") 86 export LESS_TERMCAP_us=$(printf "\e[1;32m")
87 87
88 export CLICOLOR=1 88 export CLICOLOR=1
89 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:' 89 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:'