dots/sh/title
2009-01-13 01:40:46 -06:00

8 lines
90 B
Text

if [ $USER = root ] ; then
BASE="#"
else
BASE="$"
fi
PS1="${USER} ${BASE} "
export PS1