Hi I am trying to set up the terminal shortcut for sublime text 2(subl) but it\'s not working. I\'m following the directions on https://github.com/mhartl/rails_tuto
subl
Alternatively you can put it to your local bin:
ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
it may need creating the bin beforehand:
mkdir /usr/local/bin