How to install Z shell in macOS Catalina

by Jana Da Silva [191029 15:20]



On the terminal, type the following:

  • chsh -s /bin/zsh and hit return.

  • nano .zshrc

  • Paste PROMPT='%F{blue}%"[%m%"]%F{green}%/%F{gray}%" $ ' and hit return.

  • Close the terminal to apply modifications.