From 4b1386fee5cf63f354de5508f3e761e3e077a024 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Tue, 21 Nov 2023 08:46:35 -0800 Subject: [PATCH] docs: Nix now installs zsh completions --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 8e3d83a..e759f37 100644 --- a/README.md +++ b/README.md @@ -232,15 +232,6 @@ As far as I know, [Nix](https://search.nixos.org/packages?channel=unstable&query }; }; }; - - home.programs.zsh = { - # The script-directory module doesn't automatically configure - # zsh completion, so we still have manually add this: - - initExtra = '' - fpath+="${pkgs.script-directory}/share/zsh/site-functions" - ''; - }; } ```