From cf50f346f02a7c3bb05c13fdae6e1813dd6899b6 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Thu, 1 May 2025 22:09:40 -0700 Subject: [PATCH] beatific: direnv log colors --- modules/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/bashrc b/modules/bashrc index 1a2db23..a7361d8 100644 --- a/modules/bashrc +++ b/modules/bashrc @@ -40,3 +40,6 @@ export HISTCONTROL=ignoreboth # This used to be COMP_KNOWN_HOSTS_WITH_HOSTFILE so most search results refer to it under that name # This is necessary to avoid StevenBlack blocks appearing in ssh tab completions export BASH_COMPLETION_KNOWN_HOSTS_WITH_HOSTFILE= + +# Display direnv logs in a faint color instead of the foreground color +export DIRENV_LOG_FORMAT=$'\033[2mdirenv: %s\033[0m'