Hacker News new | ask | show | jobs
by darth_avocado 670 days ago
If you're interested, Oh my zsh already has git aliases and much more for dev productivity. It also has a really large number of supported plugins.

https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file

https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Content...

1 comments

oh-my-zsh also checks for updates.

Batteries included can be nice.

When your batteries start to run their own webservers and phone home, someone mistook convenience for batteries.

Updates can be easily disabled: https://github.com/ohmyzsh/ohmyzsh?tab=readme-ov-file#gettin...

I'm pretty sure that omz is not running their own webserver (correct me if I'm wrong here). It is just doing a git pull to update. [1]

[1]: https://github.com/ohmyzsh/ohmyzsh/blob/master/tools/upgrade...