aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-07-19 03:11:12 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-07-19 03:11:12 +0200
commit1603c62188288ab4d2a049f1ec8fba1435fe3bef (patch)
tree4ffc0133593aef36d8459fd05bc6ab209ba7a91e
parent110d6b7e0b42903c19de271cf49deb1458ceea5d (diff)
downloaddotfiles-1603c62188288ab4d2a049f1ec8fba1435fe3bef.tar.xz
zsh: aliases: Change man search highlight color
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
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 "$@"