0

How do I invoke Zsh interactively while asking it to not process .zshrc?

1 Answers1

2

Try using:

zsh --no-rcs

The --no-rcs option disables the RCS shell option in zsh. This prevents the shell from reading any other startup file than /etc/zshenv (this file can not be ignored).

Kusalananda
  • 333,661
Ole Tange
  • 35,514