From dce67b16ee1d48aec40f8729dbb8479f863b21d2 Mon Sep 17 00:00:00 2001 From: Tomo <68489118+Tomodachi94@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:49:34 -0700 Subject: [PATCH] zsh: stop sourcing ~/.zsh/init.zsh --- home/common/zsh/default.nix | 3 --- 1 file changed, 3 deletions(-) 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;