[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
@@ -11,6 +11,7 @@
time.timeZone = "Asia/Shanghai";
programs.zsh.enable = true;
programs.zsh.enableGlobalCompInit = false;
users.users.origami = {
home = "/Users/origami";