Hacker News new | ask | show | jobs
by GrumpySloth 810 days ago
Honestly I blame Ohmyzsh for zsh's reputation of having inscrutable configuration and being bloated or sometimes slow. Those configuration frameworks make people helpless when they need to debug their config or make it do something new that doesn’t have a ready-made stackoverflow answer or a plugin. And for comparatively little benefit.
1 comments

I also blame the bad zsh docs. I'm trying to write a zsh completion script for a CLI I wrote and I'm intimidated by the lack of examples in the official docs. I'm forced to turn to 3rd party examples and they have differences between them