From 955ddfbab16521cd6661b2ba0c5c4d4a31e6b4d0 Mon Sep 17 00:00:00 2001 From: Steph Date: Tue, 10 Dec 2024 15:11:34 +0100 Subject: [PATCH] update --- programs/bash.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/bash.nix b/programs/bash.nix index c39e00e..b56be27 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -71,5 +71,6 @@ NIX_SHELL_PRESERVE_PROMPT = 1; NIXPKGS_ALLOW_UNFREE = 1; HISTCONTROL = "ignoreboth:erasedups"; + DIRENV_LOG_FORMAT = ""; }; }