Resolve zsh Default Shell Prompt in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for if you get prompted to change your default shell to zsh.
image

• Type chsh -s /bin/zsh and press the return key to change the default shell to zsh.
image

• Type the root password and press the return key.
image

• Type echo $SHELL and press the return key to get the shell and it will still say Bash.
image

• Quit the Terminal, relaunch it and run echo $SHELL again and it will say zsh this time.
image

⚠️ **GitHub.com Fallback** ⚠️