Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reactormade/3369118 to your computer and use it in GitHub Desktop.
Save reactormade/3369118 to your computer and use it in GitHub Desktop.
Launch Sublime Text 2 from the Mac OS X Terminal
  1. on terminal, run: open ~/.bash_profile
  2. paste: export PATH=/usr/local/bin:$PATH
  3. source ~/.bash_profile
  4. run this: ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime
@reactormade
Copy link
Author

Adds an alias to subl, as sublime

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