Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use Cmdr (with solarized theme and Consolas font) with Zsh and Oh My Zsh (with agnoster theme), but it is really a matter of taste.


Another happy cmder and Consolas user here! Never used Zsh tho - what benefits does it have?


For one thing, with Oh My Zsh, you can use nice themes like this: https://github.com/agnoster/agnoster-zsh-theme

Zsh have a long list of nice features that Bash lacks. Two of my favourites:

1. Imagine you are in a directory with file1.ext and file2.ext. You type f[TAB], it autocompletes it to file. So far, Bash and Zsh are the same. If you continue pressing [TAB], bash prints a list of files so you can complete typing the name yourself. Zsh starts cycling through filenames.

2. In Zsh, you can type for example /u/lo/b[TAB] and it automatically expands the path to /usr/local/bin. If multiple paths match the original expression, it shows a list and pressing tab cycles through the options.

Zsh is quite feature-rich, and for the most part a drop-in replacement for Bash. See this slide deck for more Zsh awesomeness:

https://www.slideshare.net/jaguardesignstudio/why-zsh-is-coo...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: