if [ "$PS1" != "" ] ; then
    # PS1='[\w] % '
    PS1='$ '
fi

test -s ~/.alias && . ~/.alias