Skip to content

Instantly share code, notes, and snippets.

@panfeng
Created October 14, 2014 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panfeng/711b5be18011a9e73787 to your computer and use it in GitHub Desktop.
Save panfeng/711b5be18011a9e73787 to your computer and use it in GitHub Desktop.
alis
USE AN ALIAS FOR SUBLIMETEXT
Powershell cmd below:
Test-Path $Profile
New-Item –Path $Profile –Type File –Force
Set-Alias subl "C:\Program Files\Sublime Text 3\sublime_text.exe"
subl .
This will load the current directory as a project in SublimeText from the command line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment