Terminal says 'default is ZSH' AND "update your account for ZSH"

What must I do if this shows in Terminal: "The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`."


Should I update my account to use zsh as suggested? Even if the Mac OS has not suggested this transition to me elsewhere?

iMac 27″, macOS 13.0

Posted on Nov 16, 2022 7:14 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 16, 2022 7:54 AM

Edward Morgan1 wrote:

What must I do if this shows in Terminal: "The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`."

Should I update my account to use zsh as suggested? Even if the Mac OS has not suggested this transition to me elsewhere?



This change happened several macOs ago—going back to macOS 10.15 Catalina...

If you don't use Terminal.app you can safely ignore it. no harm no foul.


The new default shell, is ZSH and easy enough to change —follow the instruction as given in the interface...


You can see you current default shell, copy and paste:

 echo $SHELL



To see all your available shell options:

 cat /etc/shells



To change per the instructions as written, copy & paste the command line; use the enter\return key to proceed:

chsh -s /bin/zsh




you can read more—

Use zsh as the default shell on your Mac

Use zsh as the default shell on your Mac - Apple Support



Terminal User Guide for Mac - Apple Support

Terminal User Guide for Mac - Apple Support (JO)



Apple—Change the default shell in Terminal on Mac

Change the default shell in Terminal on Mac - Apple Support


Similar questions

1 reply
Sort By: 
Question marked as Top-ranking reply

Nov 16, 2022 7:54 AM in response to Edward Morgan1

Edward Morgan1 wrote:

What must I do if this shows in Terminal: "The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`."

Should I update my account to use zsh as suggested? Even if the Mac OS has not suggested this transition to me elsewhere?



This change happened several macOs ago—going back to macOS 10.15 Catalina...

If you don't use Terminal.app you can safely ignore it. no harm no foul.


The new default shell, is ZSH and easy enough to change —follow the instruction as given in the interface...


You can see you current default shell, copy and paste:

 echo $SHELL



To see all your available shell options:

 cat /etc/shells



To change per the instructions as written, copy & paste the command line; use the enter\return key to proceed:

chsh -s /bin/zsh




you can read more—

Use zsh as the default shell on your Mac

Use zsh as the default shell on your Mac - Apple Support



Terminal User Guide for Mac - Apple Support

Terminal User Guide for Mac - Apple Support (JO)



Apple—Change the default shell in Terminal on Mac

Change the default shell in Terminal on Mac - Apple Support


Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Terminal says 'default is ZSH' AND "update your account for ZSH"

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.