Sublime Text Command line Interface

From Qiki
Jump to navigation Jump to search

https://www.sublimetext.com/docs/command_line.html

ZSH

If using Zsh, the default starting with macOS 10.15, the following command will add the bin folder to the PATH environment variable:

echo 'export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"' >> ~/.zprofile