I\'m having difficulty getting this set up. I fixed my .bash_profile, and created the symlink using the following command from the Sublime website:
.bash_profile
This solved my Sublime terminal (subl) command issue after battling for a while on Yosemite:
subl
sudo su rm /usr/local/bin/subl ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl exit
Here is the source.