Shopt: command not found

shopt is not an executable and is not on the path.

It is a bash builtin and not in zsh. Thus it should not be in any file that zsh reads.

You need to look at all the files that zsh reads on startup and see which one has had bash commands added to it.

4 Likes