Does the change to zsh need/have to be done on MacOS Catalina?
Does the change to zsh need/have to be done on MacOS Catalina?
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.
Does the change to zsh need/have to be done on MacOS Catalina?
I read an article about switching back to bash a while ago. I'm pretty sure you can still switch.
Anyways, the switch to ZSH has to do with some licensing I believe.
Here is the link: https://support.apple.com/en-ca/HT208050
I read an article about switching back to bash a while ago. I'm pretty sure you can still switch.
Anyways, the switch to ZSH has to do with some licensing I believe.
Here is the link: https://support.apple.com/en-ca/HT208050
vholeman2000 wrote:
Where is this entered? Is it in the Advanced options of users and groups and what line? I don't want to make a mistake and mess my Mac up.
From your User /Home folder— hold the 3 keys: Shift command . (period)
this will unhide hidden files, now you will see your hidden files including: " .bash_profile" or ".profile"
This is where you will copy/paste/save the command line from above.
I am running MacOS Catalina 10.15.5 and the default shell is running bash but I keep getting a terminal to pop up saying to change default to zsh. When i go to change it says that changing could result in some things not working (paraphrase).
vholeman2000 wrote:
Does the change to zsh need/have to be done on MacOS Catalina?
No you do not have to change the default shell.
To silence this warning, you can add this command to ~/.bash_profile or ~/.profile:
export BASH_SILENCE_DEPRECATION_WARNING=1
Prior to Catalina, Apple's default was Bash (v3.5.2) from 2007 to current.
Because Bash v4.x has a GPL v3 license, Apple could not update the ancient Bash (v3.5.2).
Zsh a more capable shell with a MIT license. This allows Apple to keep it current in Catalina and beyond. The old Bash is still available for those that wish to use it.
That message with instructions on running chsh when launching the Terminal is simply a courtesy message to set zsh as the default shell.
Where is this entered? Is it in the Advanced options of users and groups and what line? I don't want to make a mistake and mess my Mac up.
Does the change to zsh need/have to be done on MacOS Catalina?