zsh: remove unused better-npm-completion plugin
Alan Pearce alan@alanpearce.eu
Mon, 03 Feb 2020 16:39:34 +0100
1 files changed, 0 insertions(+), 10 deletions(-)
jump to
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -62,16 +62,6 @@ sha256 = "1i0c5szvfc1f3rnf8dp57v7c15a4lf6lkn1l0qdbbq06wkcg2zpq"; }; } { - name = "better-npm-completion"; - src = pkgs.fetchFromGitHub { - owner = "lukechilds"; - repo = "zsh-better-npm-completion"; - rev = "b61f6bb4e640728c42ae84ca55a575ee88c60fe8"; - # date = 2017-07-02T09:59:33+01:00; - sha256 = "00c1gdsam0z6v09fvz7hyl0zgmgnwbf59i1yrbkrz08frjlr16ax"; - }; - } - { name = "zsh-nix-shell"; src = pkgs.fetchFromGitHub { owner = "chisui";