dots/sh/title

9 lines
90 B
Text
Raw Normal View History

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