Created
May 6, 2014 20:10
-
-
Save naxmefy/7ea3533e08110f8eef49 to your computer and use it in GitHub Desktop.
Add Sublime to CMD (windows)
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
# First | |
# cd "C:\Program Files\Sublime Text 2\" | |
# Second | |
# mklink subl.exe sublime_text.exe | |
# Third | |
# Add "C:\Program Files\Sublime Text 2\" to PATH | |
# Use it | |
# subl project_folder | |
# subl example.cpp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment