Add colors on less by default

By default less is able to handle colors
This commit is contained in:
Colin Hebert 2011-06-18 16:52:00 +01:00
commit 53582fbe97

View file

@ -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