## @(#) created by arne
#######################
## the olstyle unix prompt ala "csh" 
needmod number-extra

PS1="unix> "
SUPERPROMPT="unix# "

TITLE="console - $LATINNUMBER" 
SUPERTITLE="root"
FGCOLOR=999999

# the console as it used to be
BGCOLOR=000000
CURSORCOLOR=999999

# standard vt100 resolution
SIZE_X=80
SIZE_Y=40

