zsh is not working Catalina
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
MacBook
I have made bin/zsh default but chsh -s /bin/zsh showing chsh: no changes made.
MacBook
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.
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.
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
zsh is not working Catalina