[ .$TIME == '.$TIME' ] && set __time=
[ .$TIME == '.$TIME' ] || unset TIME
#
# test .$host == .\$host && hostname | read host
test .$host == .\$host && uname -n | read host
[ ".$PATH" == '.$PATH' ] && setenv PATH /bin:/usr/bin
#
# echo $PATH | egrep /opt/schily/bin > /dev/null || concat PATH $PATH :/opt/schily/bin
# echo $PATH | egrep /opt/bert/bin > /dev/null || concat PATH $PATH :/opt/bert/bin
#
switch "$PATH" of
	case */opt/schily/bin*
		break
	case *
	concat PATH "$PATH" :/opt/schily/bin
		break
end
#
# switch $PATH of
#	case */opt/bert/bin*
#		break
#	case *
#	concat PATH $PATH :/opt/bert/bin
#		break
# end
#
@ DEEP += 1 %% /dev/null || set DEEP=2
set "PROMPT=$host $USER $DEEP > "
set HISTORY=256
set SAVEHISTORY=on
# [ .$WINDOW_ME != .\$WINDOW_ME ] && stty pass8
#
[ .$__time == '.$__time' ] && set TIME=
[ .$__time == '.$__time' ] || unset __time
