nixpkgs/pkgs/shells/zsh/zsh-you-should-use
Maximilian Bosch 02e8a36df1
zsh-you-should-use: init at 1.1.0
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" ];
  };
}
```
2019-06-29 12:14:42 +02:00
..
default.nix zsh-you-should-use: init at 1.1.0 2019-06-29 12:14:42 +02:00