Skip to content

Instantly share code, notes, and snippets.

@manoharp
Last active August 29, 2015 14:14
Show Gist options
  • Save manoharp/f1e8ac45788015ed3703 to your computer and use it in GitHub Desktop.
Save manoharp/f1e8ac45788015ed3703 to your computer and use it in GitHub Desktop.
sublime powershell commands
# Set shortcut for sublime command line
Set-Alias subl 'C:\Program Files (x86)\Sublime Text 3\subl.exe'
# Launch the sublime text
subl test.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment