Earlier quoted context omitted.
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).
It's so bizarre to me that people would look at the base install of essentially dotfiles as canonical and unalterable. Fork Prezto and maintain your own version.
Oh My Zsh
31–40 of 40 posts
Re: Oh My Zsh
#32Earlier quoted context omitted.
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).
It's so bizarre to me that people would look at the base install of essentially dotfiles as canonical and unalterable. Fork Prezto and maintain your own version.
Re: Oh My Zsh
#33Re: Oh My Zsh
#34"Your terminal never felt _this_ slow before."
Re: Oh My Zsh
#35"Your terminal never felt _this_ slow before."
I use oh-my-zsh on ArchLinux with termite. Starts instantly and is as fast as stock bash. I suppose that this is mainly an OS X issue.
Re: Oh My Zsh
#36Earlier quoted context omitted.
I use oh-my-zsh on ArchLinux with termite. Starts instantly and is as fast as stock bash. I suppose that this is mainly an OS X issue.
I use oh-my-zsh on Arch and it takes ages to give me a prompt unless I Ctrl-C. For some reason this only happens the first time I open a terminal after logging on. Haven't got around to digging up the root cause yet.
Re: Oh My Zsh
#37Earlier quoted context omitted.
It's so bizarre to me that people would look at the base install of essentially dotfiles as canonical and unalterable. Fork Prezto and maintain your own version.
If we were talking about a single file of up to 100 lines or so, I would agree. But presto is huge! I don't want to read the whole thing and decide what bits I do and don't want.
Re: Oh My Zsh
#38Really? Piping from curl/wget into sh? In this day and age? Tsk tsk.
Yes, really. Also really "brew install X". Also really download some binary and run it. Do you inspect every line of the source code of the every app you run on your computer? I don't.
Re: Oh My Zsh
#39Re: Oh My Zsh
#40Really? Piping from curl/wget into sh? In this day and age? Tsk tsk.
Yes, really. Also really "brew install X". Also really download some binary and run it. Do you inspect every line of the source code of the every app you run on your computer? I don't.
Just because trendy hip tools like brew and RVM encourage this behavior doesn't mean it's actually a good idea.