←back to thread

2039 points Gadiguibou | 4 comments | | HN request time: 0.391s | source
Show context
shortrounddev2 ◴[] No.36493021[source]
While you're at it, `brew install coreutils`. The coreutils that ship with macOS lack a lot of features available on Linux. If you use bash, I recommend upgrading it, too, since Apple ships a 16 year old build (iirc due to legal issues associated with GPLv3) `brew install bash`
replies(3): >>36493196 #>>36493701 #>>36495525 #
1. Finnucane ◴[] No.36493196[source]
They're shipping zsh now.
replies(3): >>36493539 #>>36493587 #>>36494068 #
2. jonnycomputer ◴[] No.36493539[source]
I've found the transition to zsh surprisingly painless. But then, I do most of my command line scripting on linux and not my own machine. But still.
3. latexr ◴[] No.36493587[source]
macOS has shipped Zsh for a long time. The difference is that now (since Catalina), it’s the default shell.
4. shortrounddev2 ◴[] No.36494068[source]
That's why I said "if you use bash"