for a while, i was so clueless that i didn’t even know i was using a zsh terminal. i thought i was in bash because i watched linux tutorials on youtube
zsh is fine until you want to write a script and realise the difference in resources available online. Most people assume bash for shell scripting so that’s what you’ll need to use too.
I started out with bash, then eventually realized that I was using zsh because I’m a macbro. I’m a little slow :(
To be fair, they only switched to zsh in 2019, so a lot of tutorials probably still assume bash
for a while, i was so clueless that i didn’t even know i was using a zsh terminal. i thought i was in bash because i watched linux tutorials on youtube
zsh is fine until you want to write a script and realise the difference in resources available online. Most people assume bash for shell scripting so that’s what you’ll need to use too.