Created
October 14, 2014 16:17
-
-
Save panfeng/711b5be18011a9e73787 to your computer and use it in GitHub Desktop.
alis
This file contains hidden or 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
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