Hacker News new | ask | show | jobs
by r4d2 4568 days ago
This is just some fancied up bashrc.

A (much) better alternative would be to install zsh with oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh).

3 comments

zsh is broken and breaks X times per year. It's annoying, really. I'm tired of wasting time configuring terminals time and again because the new version of XYZ package is broken.

Anyone who does not enjoy spending huge amounts of time trouble-shooting on the terminal should use bash. It's the default in most distributions, it supports all major features a modern shell should.

Never ran into any problems with vanilla zsh on Arch, Debian, or OSX -- just pacman -Ss zsh || apt-get install zsh || brew install zsh. What kind of problems did you run into?
Yep! I did take a look at oh-my-zsh but decided not to go that route, I didn't like the aesthetic of many of the themes and Bash is capable of a lot of zsh's features now.
> Bash is capable of a lot of zsh's features now.

Were some new features added to Bash that were present in zsh?

I may be wrong, but I think programmable completion and /* globs were in zsh before bash.
Came here to say the same. +1 to oh my zsh