# .bash_profile
# The file is sourced by bash only when the user logs on.

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
   . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
BASH_ENV=$HOME/.bashrc     # BASH_ENV=$HOME/.bashrc
USERNAME="root"

export USERNAME ENV PATH
mesg n
if [ $TERM = linux ]
then
   startx    # Start the X Window system
fi
