export EMAIL="sam@nipl.net"

if [ -n "$PS1" ]; then
	# source agentstuff
	# take this out of splish?

	H="${HOSTNAME%%.*}"

	if [ "$H" = bart ]; then
		export favourite_colour=2
#		daemoniz launch_personal_daemons
	else
		export favourite_colour=3
	fi
	: ${second_colour:=3}
	W=""
	PS1="$W"'\[\033[1;3${favourite_colour}m\]\$\[\033[0m\] '
	PS2="$W"'\[\033[1;3${second_colour}m\]>\[\033[0m\] '

#	[ -n "$bounce" ] && [ -s ~/.remind ] && remind
	[ "$SHELL" = /bin/bash ] && . splish
#	[ -z "$STY" ] && screen -t main

	# TODO if type $\rsp\r, you get history in splish!!!
	# wow, cool!!  use expect to do this?!
fi
