Last active
October 6, 2015 01:58
-
-
Save bluefuton/2916321 to your computer and use it in GitHub Desktop.
Start Sublime Text from the terminal
This file contains 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
# 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