chore(config): tweak direnv config, hide output

This commit is contained in:
2024-09-18 02:26:34 +03:00
parent 746d44151c
commit 619c772fcc
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
[global] [global]
disable_stdin = true disable_stdin = true
load_dotenv = true
hide_env_diff = true
[whitelist] [whitelist]
prefix = [ prefix = [

View File

@@ -370,7 +370,8 @@ export PATH="$COMPOSER_BIN:$PATH"
# direnv, https://direnv.net/ # direnv, https://direnv.net/
# https://direnv.net/docs/hook.html # https://direnv.net/docs/hook.html
# Set the hook to show the direnv message in a different color # Set the hook to show the direnv message in a different color
export DIRENV_LOG_FORMAT=$'\033[2mdirenv: %s\033[0m' # export DIRENV_LOG_FORMAT=$'\033[2mdirenv: %s\033[0m'
export DIRENV_LOG_FORMAT=
# docker, https://docs.docker.com/engine/reference/commandline/cli/ # docker, https://docs.docker.com/engine/reference/commandline/cli/
msg "Setting up Docker configuration" msg "Setting up Docker configuration"