diff options
author | polwex <polwex@sortug.com> | 2025-06-15 00:50:10 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-15 00:50:10 +0700 |
commit | da17b4172187f280f1fecbc70440c13215738e55 (patch) | |
tree | aca431505e7ccf8b376a0096f8bfb8f8ca5934b5 /.envrc | |
parent | d8b3e15bec60f58defad13e961f80354d250235d (diff) |
feels good man
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 |