# Use a bunch of colors
if [ "$TERM" = "screen" ]
then
	TERM="screen-256color-s"
else
	TERM="xterm-256color"
fi