beatific: direnv log colors

This commit is contained in:
Tim Van Baak 2025-05-01 22:09:40 -07:00
parent 2e20487867
commit cf50f346f0

View File

@ -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 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 # This is necessary to avoid StevenBlack blocks appearing in ssh tab completions
export BASH_COMPLETION_KNOWN_HOSTS_WITH_HOSTFILE= 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'