0

I installed Sublime Text 3 and wanted to know how to open sublime files from gitbash or commandline in windows 8. I am into rails development.

Abhilash
  • 2,864
  • 3
  • 33
  • 67

1 Answers1

1

open powershell Set-Alias subl 'C:\Program Files\Sublime Text 2\sublime_text.exe'

yo_0
  • 21
  • 5