mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 21:48:12 +00:00
14 lines
146 B
TOML
14 lines
146 B
TOML
[global]
|
|
disable_stdin = false
|
|
load_dotenv = true
|
|
hide_env_diff = false
|
|
|
|
[whitelist]
|
|
prefix = [
|
|
"~/Code/"
|
|
]
|
|
exact = [
|
|
"~/.dotfiles/.envrc"
|
|
]
|
|
|