Running Local on a Mac with an alternative shell installed (fish) I find it odd that the shell script generated by Local’s “Open Site Shell” command is written in zsh syntax but does not specify zsh in the first line. Please add a “#!/bin/zsh” as the first line to fix this.
As it is now, the “Open Site Shell” fails when the default shell is fish (“exec: Exec format error”). But when I manually add the “#!/bin/zsh” to the top of the script it works fine.