Resolve zsh Default Shell Prompt in Terminal on Mac - DevPops-Inc/mac GitHub Wiki
• The following resolution is for if you get prompted to change your default shell to zsh.
•

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

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

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

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