[zsh] 清除 nix darwin 上多次重复的 compinit, 提升 zsh 启动速度
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.enableCompletion = false;
|
||||
home.shell.enableZshIntegration = true;
|
||||
|
||||
home.file =
|
||||
|
||||
Reference in New Issue
Block a user