summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/zsh.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 20b0a08d..c5473729 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -62,16 +62,6 @@ in
         };
       }
       {
-        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";