From 53582fbe9768bb99961a2c7951e7f83b5f843940 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 18 Jun 2011 16:52:00 +0100 Subject: [PATCH] Add colors on less by default By default less is able to handle colors --- lib/theme-and-appearance.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index aec67721a..b6d210d43 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -10,6 +10,9 @@ then ls --color -d . &>/dev/null 2>&1 && alias ls='ls --color=tty' || alias ls='ls -G' fi +# Less colors +export LESS=R + #setopt no_beep setopt auto_cd setopt multios