diff options
author | polwex <polwex@sortug.com> | 2025-07-15 17:55:29 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-15 17:55:29 +0700 |
commit | b26f4a03e15feddeb4bee8c06cd5078c1a54e5c5 (patch) | |
tree | bdb7545408e5b0cbc5b6c833e4b671fc6a112f88 /.envrc |
init
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +export DIRENV_WARN_TIMEOUT=20s + +eval "$(devenv direnvrc)" + +# The use_devenv function supports passing flags to the devenv command +# For example: use devenv --impure --option services.postgres.enable:bool true +use devenv |