From 32a7404a020c9ba118873a0d81c60b8ab5f09aac Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 28 Apr 2024 18:12:03 -0400 Subject: [PATCH] fix(zsh): do not load global nixos config --- user/modules/zsh.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index ce22015..4c5e353 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -21,6 +21,11 @@ prompt pure ''; + envExtra = '' + # Do not load global configuration + setopt no_global_rcs + ''; + sessionVariables = { # Make ls colorful on MacOS CLICOLOR = 1;