kill off sh

This commit is contained in:
David Alexander Majnemer 2009-08-28 18:04:16 -05:00
parent 69b3f4b72a
commit 09279f821d

View file

@ -1,8 +0,0 @@
if [ $USER = root ] ; then
BASE="#"
else
BASE="$"
fi
PS1="${USER} ${BASE} "
export PS1