## @(#) created by arne
#######################
##
## the Atari/MiNT theme
##

THEME_AUTHOR="arne <brummelufs@hotmail.com>"

needmod number-extra
function TITLE.APP ()
{
echo $LATINLETTER:`which bash`|sed 's/\//\\\\\\/g'
}

PATH.APP ()
{
pwd |sed 's/\//\\/g'|tr "[:lower:]" "[:upper:]"
}

PS1='C:`PATH.APP`> '

TITLE="`TITLE.APP`"
BGTRANSPARENCY=0

