From 1bcde56ff127802769cbb21194ef9ef7f1401a22 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 13 May 2024 23:28:16 -0400 Subject: [PATCH] direnv annoying --- src/user/modules/utils/modules/dev/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/modules/utils/modules/dev/default.nix b/src/user/modules/utils/modules/dev/default.nix index 9a9ecbd..c22fdb3 100644 --- a/src/user/modules/utils/modules/dev/default.nix +++ b/src/user/modules/utils/modules/dev/default.nix @@ -30,7 +30,7 @@ in }; home.sessionVariables = { - DIRENV_LOG_FORMAT = " "; + DIRENV_LOG_FORMAT = ""; }; }; }