[macOS Big Sur] How do I make shell scripts work?

So in settings I have `webstorm` as my shell script name for WebStorm, and `/usr/bin/` as my shell script location, but it's not working. I get the following error.

zsh: command not found: webstorm

I've tried with various shell scripts but it's still not working.

1
1 comment

Could you please check that:

  • Your user has the right to write to this location (if no rights, then scripts can't be generated, usually only root has this right);
  • Directories from your scripts location are already existed (Toolbox App is not able to create new directories for shell scripts now);
  • Scripts were really generated in a selected location (if no, then deactivate and activate again Generate shell scripts option);
0

Please sign in to leave a comment.