Dear Zsh maintainers,
I was wondering if there is an equivalent to Bash's --init-file option or fish shell's --init-command option in Zsh or if one can hack around to achieve the same effect. I would need to be able to source a virtual environment activation file after the Zsh startup files were processed (but before a command is executed) in order to be able to start a shell or run commands inside a Python virtual environment.
Thank you and kind regards,
Gergely