Skip to content

catsofmath/Open-Sublime-From-Git-Bash-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published