From e3fe72deebdcf44eb19896eb9799652e55f36c50 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Thu, 7 Oct 2021 13:52:11 +0200 Subject: [PATCH] supress direnv output --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index e8320ef..7323610 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -18,6 +18,7 @@ let }]; enableAutosuggestions = true; enableCompletion = true; + initExtra = ''export DIRENV_LOG_FORMAT=""''; }; exa.enable = true; bat.enable = true;