HISTSIZE=10000
LESS="-M -R -X -F -i --mouse"

if [ -d "/opt/cross/" ]; then
	for C in /opt/cross/*/bin/; do
		PATH=$PATH:$C
	done
fi
