Whenever I run a python file, (vs code) or even open my terminal on mac I get a warning saying.
/Users/ABC/.zshrc:1: command not found: “alias
/Users/ABC/.zshrc:2: command not found: “alias
/Users/ABC/.zshrc:3: command not found: “alias
I looked it up and apparently zsh is a "shell" and is default for macs. How do I stop this from coming up in my terminal and why is it occuring in the first place.
Thanks in advance.