1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
4 pname = "zsh-you-should-use";
7 src = fetchFromGitHub {
8 owner = "MichaelAquilina";
11 sha256 = "sha256-Jl3wZa/WIA+GtkUiCn0vKfd6N/GitOavwZ+uqfmzdps=";
18 install -D you-should-use.plugin.zsh $out/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
22 homepage = "https://github.com/MichaelAquilina/zsh-you-should-use";
23 license = licenses.gpl3;
24 description = "ZSH plugin that reminds you to use existing aliases for commands you just typed";
25 maintainers = with maintainers; [ ];