Live data from Hacker News

Oh My Zsh

ohmyz.sh

11–20 of 40 posts

Re: Oh My Zsh

#11
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

Just switched to prezto yesterday, I doubt I'll be looking back.

Re: Oh My Zsh

#12
post #3

For a cheap laugh, mention this tool on #arch-linux IRC. They get extraordinarily mad. I guess I get why, but it's still funny.

  For a cheap laugh, troll people.
FTFY.

Re: Oh My Zsh

#13
I love oh-my-zsh but am confused why this is news... it's been around for years, almost everyone I know in OSX either uses it or has used it at some point in the past. I do love it though!

Re: Oh My Zsh

#14
post #7
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

It's weird, when I started using oh-my-zsh, everyone complained about its performance but it worked swiftly for me. Now after a year I can see the problem, even though I didn't change anything in the config. It's still acceptable on my desktop, but annoying to use on the server.

Been using oh-my-zsh for years, haven't had a single problem with it. Not sure what's going on where people are having so many problems with it being slow.

Re: Oh My Zsh

#15
post #7
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

It's weird, when I started using oh-my-zsh, everyone complained about its performance but it worked swiftly for me. Now after a year I can see the problem, even though I didn't change anything in the config. It's still acceptable on my desktop, but annoying to use on the server.

What I've mostly noticed with it being slow is anything that might accidentally trigger it trying to ssh to another machine to get an autocomplete list. Since it won't maintain that connection it can cause it to happen multiple times while you're trying to tab complete different pieces. I imagine other similar problems with slow file systems or ones with a lot of latency (nfs?) might cause problems. I haven't noticed it elsewhere so maybe there's something I'm just not hitting.

Re: Oh My Zsh

#16

I love oh-my-zsh but am confused why this is news... it's been around for years, almost everyone I know in OSX either uses it or has used it at some point in the past. I do love it though!

Pretty sure it's because of fish appearing on the front page today.

https://news.ycombinator.com/item?id=9566441

Re: Oh My Zsh

#17
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

I found prezto did too many things (replaced mkdir, cp, rm and ls with slightly incompatible wrappers for example). The worst was wrapping diff and make, both of which broke scripts I used.

oh-my-zsh seems from my experience to be less eager to replace built-in functionality (although, I'm not an expert in either).

Re: Oh My Zsh

#18
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

I found prezto did too many things (replaced mkdir, cp, rm and ls with slightly incompatible wrappers for example). The worst was wrapping diff and make, both of which broke scripts I used. oh-my-zsh seems from my experience to be less eager to replace built-in functionality (although, I'm not an expert in either).

Thanks for the heads up, looks like I'll pass on prezto...

Re: Oh My Zsh

#19
A lot of people who get started with zsh get overwhelmed with the OMZ addon system and its huge ecosystem.

I wrote a simple but high quality and clearly documented .zshrc which should get anyone interested in zsh started. I like what the OMZ project is doing, but I actually recommend against it - it's slow and frankly unnecessary, as long as you have a good starting base.

Available here with screenshot and documentation:

https://github.com/jleclanche/dotfiles

Re: Oh My Zsh

#20
post #2

I found prezto is more stable and responsive. Had weird hangs on auto-completion with omzsh... https://github.com/sorin-ionescu/prezto

I found prezto did too many things (replaced mkdir, cp, rm and ls with slightly incompatible wrappers for example). The worst was wrapping diff and make, both of which broke scripts I used. oh-my-zsh seems from my experience to be less eager to replace built-in functionality (although, I'm not an expert in either).

I write scripts in bash, because most people probably aren't using zsh or have zsh installed. Also, when you feel like losing the magic, you can escape commands by prefixing them with backslash (i.e. \cat vs cat).
Post reply on HN