Hi, I added Sublime Text’s parent directory to Windows’ path and it works on Powershell but not on Git Bash for Windows.
It seems to look for the .exe file in the directory named “Sublime Text 3” instead of “Sublime Text” (without the 3).
$ subl
bash: C:/Program Files/Sublime Text 3/sublime_text.exe: No such file or directory
$ where subl
C:\Program Files\Sublime Text\subl.exe
$ ls "C:/Program Files/Sublime Text 3/"
ls: cannot access 'C:/Program Files/Sublime Text 3/': No such file or directory