From 43e866695e86940dd7f72b104ad0cb47cbed6482 Mon Sep 17 00:00:00 2001 From: Armin Date: Sat, 14 Mar 2015 17:40:05 +0100 Subject: [PATCH] more beautiful man page colors --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 3b6d4b7b8..ae71caf45 100644 --- a/zshrc +++ b/zshrc @@ -63,9 +63,9 @@ export LESS_TERMCAP_ue=$'\E[0m' # export LESS_TERMCAP_us=$'\E[01;32m' ### ::: man pages (more beautiful 256 coloring) ::: export LESS_TERMCAP_mb=$'' -export LESS_TERMCAP_md=$'' +export LESS_TERMCAP_md=$'' export LESS_TERMCAP_so=$'' -export LESS_TERMCAP_us=$'' +export LESS_TERMCAP_us=$'' # zsh fix for ssh host completion from ~/.ssh/config