Zsh-you-should-use
Installation
- Clone the repo into your oh-my-zsh plugins directory.
 
git clone https://github.com/MichaelAquilina/zsh-you-should-use.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/you-should-use
- Add 
you-should-useto the list of plugins in your~/.zshrcfile. 
plugins=(
    # other plugins...
    you-should-use
)