Added a flag to disable colors with less

This commit is contained in:
Colin Hebert 2011-06-19 17:21:40 +01:00
commit c880ba36b5

View file

@ -11,7 +11,9 @@ then
fi fi
# Less colors # Less colors
if [ "$DISABLE_LESS_COLORS" != "true" ]; then
export LESS=R export LESS=R
fi
#setopt no_beep #setopt no_beep
setopt auto_cd setopt auto_cd