mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
13 lines
145 B
TOML
13 lines
145 B
TOML
[global]
|
|
disable_stdin = false
|
|
load_dotenv = true
|
|
hide_env_diff = false
|
|
|
|
[whitelist]
|
|
prefix = [
|
|
"~/Code/"
|
|
]
|
|
exact = [
|
|
"~/.dotfiles/.envrc"
|
|
]
|