ln -s ~/.profile ~/.bashrc
.profile is read when you open a session, usually when you login for the first time, or on multiple ttys, for bash profile that is read on each new shell instance you should use .bashrc or even .bash_profile
(hmmm I\'m having some issues with it, now that I look into it in more detail, tough...)