That's right. zsh is POSIX compliant while fish is not. That's the reason I switched to zsh from fish.
curioushom
joined 1 year ago
This is a really good tutorial playlist starting with very basics, which you could skip/speed past based on your experience level.
Excellent guide, thanks for the write up!
One thing I'd like to point out is that you can pipe output from an application into grep
and then be able to use all the information above.
For instance if I want to know the full name of my wireguard interface I can just pass (pipe) the output of ifconfig
into grep
:
ifconfig | grep wire
Clearly the dark mode is the modern one! Jokes aside, I just realized that there THREE menu options on that toolbar: hamburger, kebab, and waffle! I realize they do different things, but no wonder people are confused by and scared of computers. Also, now I'm hungry!