Sublime Command Line
Sublime terminal MacOS
To make Sublime Text available from the command line, just create a symbolic link to the app's subl command.
sudo ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /bin/subl
To make Sublime Text available from the command line, just create a symbolic link to the app's subl command.
sudo ln -s "/Applications/Sublime Text 3.app/Contents/SharedSupport/bin/subl" /bin/subl