Skip to content

Instantly share code, notes, and snippets.

@theaccordance
Created November 15, 2013 18:49
Show Gist options
  • Select an option

  • Save theaccordance/7489563 to your computer and use it in GitHub Desktop.

Select an option

Save theaccordance/7489563 to your computer and use it in GitHub Desktop.
Run this command to add a shortcut to sublime in your OS X command line interface. I prefer Sublime over vim or nano so this makes it far easier to work with files buried within the operating system. Reference: http://www.sublimetext.com/docs/2/osx_command_line.html
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment