From 1ca16582c38279cfcde2e37d98e5712be8ad65dc Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Thu, 29 Aug 2024 00:43:25 +0200 Subject: [PATCH] direnv logs --- home-manager/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/shell.nix b/home-manager/shell.nix index 28a76d0..28429bd 100644 --- a/home-manager/shell.nix +++ b/home-manager/shell.nix @@ -21,6 +21,9 @@ export QT_AUTO_SCREEN_FACTOR=1 export PATH="${common.homeDir}/bin:$PATH" ''; + sessionVariables = { + DIRENV_LOG_FORMAT = ""; + }; initExtra = '' autoload -Uz compinit