Skip to content

Instantly share code, notes, and snippets.

@alisonailea
Created June 16, 2014 16:27
Show Gist options
  • Save alisonailea/3c8c3580851e67c6018a to your computer and use it in GitHub Desktop.
Save alisonailea/3c8c3580851e67c6018a to your computer and use it in GitHub Desktop.
Open files/folders in SublimeText from terminal
// In terminal type these commands in this order
// command 1 //
sudo rm -rf /usr/local/bin/subl
// command 2 //
sudo ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin
// then run..
subl .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment