About The Z Shell

Z Shell (Zsh) is an improved version of Bash shell and the default shell of macOS Catalina. If you upgrade the OS from an older version, you should copy the .bash_profile to .zshenv to have the aliases and default environment variables set up:

1
$ cp ~/.bash_profile ~/.zshenv

Tips and Tricks Dev Ops Development Bash Zsh