Sublime Forum

Sub command not working osx Monterey

#1

Ive installed Sublime Text 3, and followed the instructions, including adding echo ‘export PATH="/Applications/Sublime Text.app/Contents/SharedSupport/bin:$PATH"’ >> ~/.zprofile to my command line and I keep getting the zsh: Command not found: subl prompt. is there something I’m doing wrong? any help is appreciated as I’m very new to this and just trying to learn what’s going on here. I’m using Zsh, OSX Monterey. Thanks in advance.

0 Likes

#2

Did you close and re-open the terminal after doing the setup? The shell profile files are only loaded by the Terminal when you create a new terminal, unless you manually start a new shell.

0 Likes

#3

that did it, rookie mistake I guess. thank you

1 Like