Skip to content

Instantly share code, notes, and snippets.

@reactormade
Last active October 9, 2015 00:27
Show Gist options
  • Save reactormade/3410742 to your computer and use it in GitHub Desktop.
Save reactormade/3410742 to your computer and use it in GitHub Desktop.
Run Sublime Text 3 from Terminal
open ~/.bash_profile
export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH
export EDITOR='subl -w'
source ~/.bash_profile
ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment