Build subl(Sublime Text) short cut in OS X Command Line

Sublime Text includes a command line tool, subl, to work with files on the command line. This can be used to open files and projects in Sublime Text, as well working as an EDITOR for unix tools, such as git and subversion. Setup The first task is to make a symlink to subl. Assuming you’ve placed Sublime Text in …