Skip to content

Instantly share code, notes, and snippets.

@bluefuton
Last active October 6, 2015 01:58
Show Gist options
  • Save bluefuton/2916321 to your computer and use it in GitHub Desktop.
Save bluefuton/2916321 to your computer and use it in GitHub Desktop.
Start Sublime Text from the terminal
# Add to your .bash_profile
# Check the name of your Sublime app in /Applications (can include version number)
alias sub='open -a "Sublime Text"'
# Source: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=1450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment