zsh is not working Catalina
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
MacBook
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
MacBook
fahmida177 wrote:
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
So what is your current shell?
To see you current shell, copy and paste:
echo $SHELL
Change the default shell in Terminal on Mac - Apple Support
fahmida177 wrote:
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
So what is your current shell?
To see you current shell, copy and paste:
echo $SHELL
Change the default shell in Terminal on Mac - Apple Support
When you run chsh -s /bin/zsh, nothing will happen until your quit the Terminal, and relaunch it. If you are running the Z shell, your terminal prompt will now end in a '%' character. Also, Zsh requires its own "dot" startup files (e.g. ~/.zshrc, ~/.zsh_profile) as it does not read the Bash startup items.
zsh is not working Catalina