Sublime Text Command line Interface: Difference between revisions

From Qiki
Jump to navigation Jump to search
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>"
 
(No difference)

Latest revision as of 15:19, 2 September 2025

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