Sublime Text Command line Interface

Revision as of 15:19, 2 September 2025 by Ryan (talk | contribs) (Created page with "https://www.sublimetext.com/docs/command_line.html <span id="zsh"></span> == ZSH == If using Zsh, the default starting with macOS 10.15, the following command will add the bin folder to the PATH environment variable: <pre>echo 'export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"' >> ~/.zprofile</pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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