Skip to content

Instantly share code, notes, and snippets.

@csi-lk
Created June 3, 2016 01:44
Show Gist options
  • Save csi-lk/4e09ed7f52f9b4610d44d9e7593725ee to your computer and use it in GitHub Desktop.
Save csi-lk/4e09ed7f52f9b4610d44d9e7593725ee to your computer and use it in GitHub Desktop.
Launch Sublime Text 3 from the Mac OS X Terminal

Launch Sublime Text 3 from the Mac OS X Terminal

Couldn't find an easy link for this so:

Lovingly stolen from - http://stackoverflow.com/a/25629357

Run

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl

Then you can

subl .

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment