# .bash_profile

# 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
EDITOR=vim

export BASH_ENV PATH EDITOR
unset USERNAME

#if [ "X$SSH_AUTH_SOCK" = "X" ] ; then
#   eval `/usr/bin/ssh-agent`
#fi
