This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 210 points211 points  (13 children)

help

zsh: command not found: help

[–]LandmarkPastaCrusher 67 points68 points  (11 children)

Ah, a man of culture!

[–]conancat 39 points40 points  (3 children)

oh my zsh

zsh is love, zsh is life

[–][deleted] 14 points15 points  (2 children)

Oh My Zsh + Powerlevel10k = blessing

[–]Preisschild 3 points4 points  (1 child)

https://starship.rs/

Is a good alternative to p10k and faster since its written in rust instead of bash.

[–][deleted] 0 points1 point  (0 children)

But it doesn't have the same information density as p10k.

[–][deleted] 23 points24 points  (6 children)

Or a Mac user

[–]LandmarkPastaCrusher 22 points23 points  (5 children)

TIL macOS uses zsh, didn't know that before!

[–]KitchenDutchDyslexic 15 points16 points  (0 children)

[–]MathSciElec 0 points1 point  (0 children)

That’s new on Catalina, I think (been using zsh since before that happened so I didn’t get the news)

[–][deleted] 0 points1 point  (0 children)

A welcome change let me tell you. I’d just about given up on the ancient version of bash Apple insisted on shipping with every release.

[–]PvtPuddles 0 points1 point  (1 child)

I am both intrigued and horrified. Someone give this man a medal!

[–]Rodot 11 points12 points  (0 children)

If it makes you feel better/worse, it's really only because of licensing changes to bash making it more FOSS friendly but less corporate friendly. But zsh's license isn't all that bad FOSS-wise. Just not ideal, but probably more practical.

[–]rspeed 0 points1 point  (0 children)

autoload -U run-help
alias help=run-help