mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 03:49:32 +00:00
14 lines
154 B
TOML
14 lines
154 B
TOML
[global]
|
|
disable_stdin = true
|
|
load_dotenv = true
|
|
hide_env_diff = true
|
|
|
|
[whitelist]
|
|
prefix = [
|
|
"~/Code/ivuorinen/"
|
|
]
|
|
exact = [
|
|
"~/.dotfiles/.envrc"
|
|
]
|
|
|