Created
November 15, 2013 18:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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