From 7125be85201413369089810a5a56d6e3d894cca8 Mon Sep 17 00:00:00 2001 From: Kyle West Date: Thu, 25 Oct 2012 22:51:20 -0400 Subject: [PATCH] remove color-man-pages, part of prezto --- zsh/color-man-pages.zsh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 zsh/color-man-pages.zsh diff --git a/zsh/color-man-pages.zsh b/zsh/color-man-pages.zsh deleted file mode 100644 index 7d2de22d..00000000 --- a/zsh/color-man-pages.zsh +++ /dev/null @@ -1,10 +0,0 @@ -# Less Colors for Man Pages -# http://linuxtidbits.wordpress.com/2009/03/23/less-colors-for-man-pages/ -export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking -export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold -export LESS_TERMCAP_me=$'\E[0m' # end mode -export LESS_TERMCAP_se=$'\E[0m' # end standout-mode -export LESS_TERMCAP_so=$'\E[38;33;246m' # begin standout-mode - info box -export LESS_TERMCAP_ue=$'\E[0m' # end underline -export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline -