DEV Community

Discussion on: How I bling-ified my terminal

Collapse
 
moopet profile image
Ben Sinclair

There's very little I've found to recommend zsh over bash. There are bash completion scripts for pretty much everything, and the only real differences are in things like autocompletion of paths, which I find clunkier than just hitting tab, and conditionals when writing scripts which aren't going to be portable to most systems without forcing them to use zsh too.