feat(config): direnv config

This commit is contained in:
2024-08-29 13:15:11 +03:00
parent c33404eb27
commit dff4b9a9c5
2 changed files with 15 additions and 0 deletions

11
config/direnv/direnv.toml Normal file
View File

@@ -0,0 +1,11 @@
[global]
disable_stdin = true
[whitelist]
prefix = [
"~/Code/ivuorinen/"
]
exact = [
"~/.dotfiles/.envrc"
]

View File

@@ -0,0 +1,4 @@
### Do not edit. This was autogenerated by 'asdf direnv setup' ###
use_asdf() {
source_env "$(asdf direnv envrc "$@")"
}