Poll: What’s your default shell under Linux/macOS/BSD/Unix?
bash
59.7%
zsh
40.3%
Poll ended at .

@nixCraft honestly curious:

What makes out of the box #zsh (as in: not some pimped omgzsh alike thing) better than the out of the box #bash on Ubuntu?

@berkes @nixCraft even in raw unconfigured form you still get many nice interactive features. Proper mulitline editing, more complete vi/emacs editing. Many more just need one setopt to enable like =command expansions. And the two lines to run compinit enables decent tab completion for many commands. It has always been more powerful and is best when configured manually rather than with big frameworks.