From cc63ca0e9af6be2c379bcf73a36795d772c1bf2d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 7 Nov 2021 21:46:58 +0100 Subject: [PATCH] zsh: Do not automatically set color scheme It often causes problems and I can still set it manually with dcsl if I want to. --- users/simon/modules/zsh/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/users/simon/modules/zsh/default.nix b/users/simon/modules/zsh/default.nix index ab39161..824c047 100644 --- a/users/simon/modules/zsh/default.nix +++ b/users/simon/modules/zsh/default.nix @@ -93,10 +93,6 @@ in vim = "nvim"; vimdiff = "nvim -d"; }; - initExtraFirst = '' - # automatic color scheme - ${dcauto} - ''; initExtra = lib.mkMerge [ (lib.mkBefore '' prompt off # collides with starship