From aca473ecb3c5a1eceefd5aa13c9711fc0ba89b1f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 25 Oct 2023 13:46:47 -0400 Subject: [PATCH] direnv: Disable logging Makes it possible to use direnv without large amounts of text taking up the terminal screen when changing directories. --- home/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/fish.nix b/home/fish.nix index fb28645..72c8c65 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -9,6 +9,7 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export TERMCMD="kitty --single-instance" export XDG_DATA_DIRS="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}:${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}:$XDG_DATA_DIRS" + export DIRENV_LOG_FORMAT="" # Required to make gpg-agent work in cases like git commit export GPG_TTY=(tty)