if [ -n "$PS1" ]; then
	# Enable compsys completion.
	autoload -U compinit
	compinit
	export PS1="$HOST:`what_is_going_on`\$ "
fi
