Which user configuration files are associated with Zsh and Bash?
Both shells store user aliases in /etc/passwd.
/etc/passwd
Both shells use only ~/.zshrc.
~/.zshrc
Zsh uses ~/.bashrc; Bash uses ~/.zshrc.
~/.bashrc
Zsh uses ~/.zshrc; Bash uses ~/.bashrc.