New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.


Comments
https://ohmyz.sh/ caused me to switch. Too old to replicate the same with bash or other. Ricing days are over, what a waste. I'll take someone else highly opinionated spin if maintained.. I use git a lot so the aliases there are pretty nice, gst / gd / gp / gpom etc..
Occasionally escaping and subsitutions rules will throw me off in zsh (if coming from external source for example) but you can drop back into a bash shell temporarily anyway.
For a certain group, the answer is going to be "Apple, Inc."
bash was the official macOS shell. Now zsh is. bash still runs fine on macOS but starting with Catalina, macOS default is zsh and I think you have to install bash via homebrew.
I don't think Apple officially ever said why, but...licensing. bash is GPL. zsh is MIT.
https://www.theverge.com/2019/6/4/18651872/apple-macos-catalina-zsh-bash-shell-replacement-features
ohmyzsh is a good reason to switch.
I think many developers on mac will homebrew in their shell and CLI tooling, Apple isn't known for keeping anywhere remotely up to date on these so even with zsh included I bet it years behind what homebrew offers. Anyway less that swear word unless its related to Asahi Linux.
1) I switched because I wanted to try it (before it came with my MacBook -- I was using it on Arch). It took a little getting used to, to really appreciate but zsh and it's various plugin systems (ohmyzsh is popular, for sure) -- I prefer antibody now, though.
It's quick, easy and fun to install zsh, set up your favorite plugin manager and start exploring all the various plugins available.. there's about 10 I use that I can't live without anymore.
Since I started using Warp Terminal, it's become a bit redundant since Warp's default shell is zsh and it has a lot of functionality I wanted built in (and it's blazing fast).. but, yeah.. just customizability, usability and convenience.
2) Nothing in particular that I miss to be honest, but I think I became more of a power user on my terminal after I started using zsh. I still use bash when I build out scripts.
OMZ, it's plugins and the convenience they provide. Made life easier. For me the combination of zsh and fig is serving me great. Did not have to look back to bash, so I guess I don't miss it at all.
zsh autosuggest plugin worth every penny (even if it's free)
word.
Because of
If someone is using ansible and wanna extend his playbook, this is what I've created to improve our proxmox playbook
it is indeed license: apple's bash is 3.2.57 which is from 2006 because version after that is GPLv3
bash is still installed in MacOS Sonora (14.4.1), so you can just change the shell with
chsh -s /bin/bash.But as others mentioned, it is an old version (3.2.57). You can install 5.2.26 with brew.
In MacOS Sonora, zsh is the latest stable version (5.9).
After reading that discussion