if [ -f $HOME/.bash_xl ]; then
	if ! type function_loaded &> /dev/null; then
		. $HOME/.bash_xl
	fi
fi
