https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#140
Simple zsh plugin that reminds you to use existing aliases. With `oh-my-zsh` it can be installed like this: ``` { programs.zsh.ohMyZsh = { customPkgs = [ pkgs.zsh-you-should-use ]; plugins = [ "you-should-use" ]; }; } ```