#!/bin/sh

. $HOME/.profile

export PS1=$PROMPT

test -r "$LOGIN" && . "$LOGIN"
test -r "$SETENV" && . "$SETENV" && setenv sh