Why switch to zsh when most people who use the command line(including me) are pretty comfortable with bash?
This is very confusing to me. Does anyone know why Apple decided to change the default shell?
MacBook Pro with Touch Bar
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.
This is very confusing to me. Does anyone know why Apple decided to change the default shell?
MacBook Pro with Touch Bar
You can use anything you want.
However, bash will never be updated on macOS. The version that is still bundled is very old.
It will never be updated because newer versions are covered by the GPLv3 license which is incompatible with any hardware manufacturer wanting to bundle that software with their hardware.
Zsh is still under GPLv2 and being updated under that license.
If you want to keep using an out of date shell, continue using bash, or install a newer version on your own.
You can use anything you want.
However, bash will never be updated on macOS. The version that is still bundled is very old.
It will never be updated because newer versions are covered by the GPLv3 license which is incompatible with any hardware manufacturer wanting to bundle that software with their hardware.
Zsh is still under GPLv2 and being updated under that license.
If you want to keep using an out of date shell, continue using bash, or install a newer version on your own.
Oh, I guess that makes sense. I’ll probably switch it soon once I learn a bit more about it.
Why switch to zsh when most people who use the command line(including me) are pretty comfortable with bash?