So I have been using zsh for about a month now instead of bash, and I have to say I really like it. The auto-completion is nothing short of amazing considering what I have been working with, and the fact that it corrects commands as well is really useful (especially as I tend to think faster than my fingers can type). Highlighting strings when doing grep searches is also a nice touch, and adds to the ease of use. And telling me when something fails on a nice new line, perfect!
Another strong feature that I want to highlight is the git plugin. This was included in the oh-my-zsh repository (see below) and is a very useful feature if you use git for version control. It’s kind of hard to explain how it works; but it tracks your git repositories for uncommitted changes, tracks branches, etc. Here is some sample output from my project2501 repository:
»Read More
