Sublime Text Command line Interface

From Qiki
Revision as of 04:15, 13 June 2025 by Ryan (talk | contribs) (Created page with "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:<syntaxhighlight lang="bash"> echo 'export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"' >> ~/.zprofile </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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