#
# This file will be overwritten on every mad-developer update...
#

LC_ALL=C LANG=C
export LC_ALL LANG

PATH=$HOME/bin:/sbin:/usr/sbin:$PATH
export PATH

PS1='\u \w \$ '
export PS1

case $USER in root)
        case $HISTFILE in *root*) ;;
		# mainly for permissions...
                *) HISTFILE=${HISTFILE}_root ;;
        esac
esac

# ...uncomment next line for loading additions 
# . $HOME/.profile_continued
