all repos — nixfiles @ 66fda6c56df0399c065ffdabb0e8d81675f2821c

System and user configuration, managed by nix and home-manager

zsh: remove unused better-npm-completion plugin
Alan Pearce alan@alanpearce.eu
Mon, 03 Feb 2020 16:39:34 +0100
commit

66fda6c56df0399c065ffdabb0e8d81675f2821c

parent

24947fcb4632859f5ffec38372d04c9c433b988f

1 files changed, 0 insertions(+), 10 deletions(-)

jump to
M user/settings/zsh.nixuser/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";