diff --git a/home/common/zsh/default.nix b/home/common/zsh/default.nix index 077fd12..8f583e4 100644 --- a/home/common/zsh/default.nix +++ b/home/common/zsh/default.nix @@ -11,9 +11,6 @@ completionInit = "autoload -U compinit && compinit -i"; syntaxHighlighting.enable = true; autocd = true; - initExtra = ". ~/.zsh/init.zsh"; # TODO: This has things that haven't been migrated to Nix; we should finish that - initExtraBeforeCompInit = '' - ''; history = { ignoreSpace = true; ignoreDups = true;