Terminal on MacBook Pro

This is the message in my terminal - The default interactive shell is now zsh.

To update your account to use zsh, please run `chsh -s /bin/zsh`.

What should I do to run commands in my terminal?


MacBook Pro 13″, macOS 11.6

Posted on Jun 28, 2023 9:59 AM

Reply
Question marked as Top-ranking reply

Posted on Jun 28, 2023 10:25 AM

MuchTolurn wrote:

This is the message in my terminal - The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
What should I do to run commands in my terminal?


If you hardly use Terminal you really do not have to do anything. Forget about it.


If you want to move to the new default shell as you message indicates then simply copy and paste:

chsh -s /bin/zsh


use the enter\return key to execute the command




To see you current shell:

 echo $SHELL


To see all your options:

 cat /etc/shells




ref: Change the default shell in Terminal on Mac


Similar questions

2 replies
Question marked as Top-ranking reply

Jun 28, 2023 10:25 AM in response to MuchTolurn

MuchTolurn wrote:

This is the message in my terminal - The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
What should I do to run commands in my terminal?


If you hardly use Terminal you really do not have to do anything. Forget about it.


If you want to move to the new default shell as you message indicates then simply copy and paste:

chsh -s /bin/zsh


use the enter\return key to execute the command




To see you current shell:

 echo $SHELL


To see all your options:

 cat /etc/shells




ref: Change the default shell in Terminal on Mac


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 on MacBook Pro

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