# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME

xhost +

export JAVA_HOME=/opt/jdk1.5.0_09
PATH=$JAVA_HOME/bin:$PATH

SQLPATH=$HOME; export SQLPATH

export ORACLE_SID=orcl
export ORACLE_ASK=N
. oraenv

xmodmap -e "keycode 22 = BackSpace BackSpace"

