mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 08:57:01 +00:00
chore(config): tweak direnv config, hide output
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
[global]
|
[global]
|
||||||
disable_stdin = true
|
disable_stdin = true
|
||||||
|
load_dotenv = true
|
||||||
|
hide_env_diff = true
|
||||||
|
|
||||||
[whitelist]
|
[whitelist]
|
||||||
prefix = [
|
prefix = [
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user