Joined October 2014
·
Posted to
Launch Sublime Text From the Command Line in Windows
over 1 year
ago
in your CLI (command line) or Git Bash (what im using) type in: alias subl='"/c/Program Files/Sublime Text 2/sublimetext.exe"' (this is the directory of where your sublimetext.exe file is. Remember that "subl" or "st" is to your discretion. I chose alias st so i can just type "st" in my command line and BAM it worked!
Very clear and easy to understand! Thanks Cam!