Searching history in zsh
Honestly, trying to remember every shell command I use regularly is a headache. Repeatedly typing out those commands? Exhausting. And juggling all those aliases feels like a jigsaw puzzle sometimes. I use
$ history | grep thing
and needed better way. I user zsh and oh-my-zsh so this plugin is pretty awesome. Now hitting Control+r will start the zaw-history search where you can filter your zsh history. Yay!