←back to thread

225 points attogram | 1 comments | | HN request time: 0.208s | source

A github project to collect a bunch of bash-based screensavers/visualizations.
Show context
alejoar ◴[] No.45731748[source]
Doesn't work for me on MacOS:

I get "mapfile: command not found"

replies(5): >>45731825 #>>45731919 #>>45733380 #>>45733582 #>>45736773 #
hinkley ◴[] No.45736773[source]
IIRC macOS is at least one major version behind in bash.
replies(1): >>45738340 #
dylan604 ◴[] No.45738340[source]
something something licensing something something

new installs default to bash not being the default terminal. someone else mentioned macports, but there's a new version available via brew as well

replies(1): >>45739348 #
hinkley ◴[] No.45739348[source]
So far I have resisted the change. All the people I know who think zsh is great have a fairly large number of addons to get it that way.
replies(1): >>45739501 #
dylan604 ◴[] No.45739501[source]
This first time I used a mac where zsh was the default, I was confused for quite a bit of time when it would not run something I was used to doing. I kept looking up errors on the internet until I came across someone's post with a reply asking if they were using Terminal on a new OS X. Sure enough, this was a new mac as well. Now I know one of the first steps for me with a new Mac is change default shell. I'm way too old and set in my ways to care to learn a new shell. Choosing a shell, IDE, font, etc are games for youth.
replies(1): >>45739758 #
hinkley ◴[] No.45739758[source]
I learned to consistently use shebangs at the top of scripts while working with the first zsh user I knew. Or might have been fish. No i think he started in zsh and moved to fish. Every time I forgot, his environment was busted. And he sat a cubicle and a half away from me, so I got fast feedback.
replies(1): >>45739934 #
1. dylan604 ◴[] No.45739934[source]
Just last week I found myself trying to explain shebang to someone that knows nothing of coding, command line interfaces, or what shells are. At one point, I was wondering where it was I should have stopped talking, but it was definitely well before I finished.