## @(#) created by arne
#######################
##
## ok. the gnu folks have a theme dedicated why shouldn't the bsd folks have it?
needmod number-base

case $ARABICNUMBER in
6 | *6)
PS1="666bsd>"
TITLE="666BSD - The BeaSt insiDe"
;;
*) 
TITLE="`echo $ARABICNUMBER`BSD"
PS1="`echo $ARABICNUMBER`bsd>"
esac
