Skip to content

Instantly share code, notes, and snippets.

@finsterthecat
Created June 26, 2013 13:52
Show Gist options
  • Save finsterthecat/5867525 to your computer and use it in GitHub Desktop.
Save finsterthecat/5867525 to your computer and use it in GitHub Desktop.
subl command for windows. Example of how to use doskey to creating a command without having to pollute my path.
doskey subl="C:\Program Files\Sublime Text 2\sublime_text.exe" $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment