Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 320 Bytes

File metadata and controls

20 lines (13 loc) · 320 Bytes

Open Sublime From Git Bash (Windows)

Steps

  1. Open git bash.

  2. In the default directory do:

  • touch .bash_profile
  • vim .bash_profile
  1. Add the following:
  • export PATH="$PATH:/c/Program Files/Sublime Text 3"

DONE! : )

Try

  1. Subl . in any directory
  2. Subl <file name>
  3. which subl