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'