[zsh] 清除 nix darwin 上多次重复的 compinit, 提升 zsh 启动速度

This commit is contained in:
2026-05-17 10:54:49 +08:00
parent 658910097b
commit ff73a24bab
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
{ lib, pkgs, ... }:
{
programs.zsh.enable = true;
programs.zsh.enableCompletion = false;
home.shell.enableZshIntegration = true;
home.file =