all repos — nixfiles @ c711e08f4747f52a2a20013d54c3c938dfb98836

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

trillian: disable systemwide zsh completion This stops compinit being called twice, which slows down zsh startup. home-manager is responsible for the other call.

Alan Pearce
commit

c711e08f4747f52a2a20013d54c3c938dfb98836

parent

8a064c9e1805201505fb16182bfb30457fec4d52

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M system/trillian.nixsystem/trillian.nix
@@ -38,6 +38,7 @@
# programs.nix-index.enable = true; programs.zsh.enable = true; + programs.zsh.enableCompletion = false; programs.zsh.enableBashCompletion = true; environment.variables.LANG = "en_GB.UTF-8";