Can't source .profile without .zshrc
2 answers
In addition to what Martin says about zprofile vs profile, also note that / etc / zprofile and ~ / .zprofile are only read when zsh is started as a login shell. If it is "just" an interactive shell, it will only read .zshrc. So the question is how do you get started with zsh. If you are using something like Gnome Terminal, you can set in your profile settings that the shell should be started as the login shell.
More information: Z-Shell User Guide
+2
a source to share