mirror of
https://github.com/bootandy/dust.git
synced 2025-12-12 15:49:58 -08:00
Read flags for several params from config file. This was a popular requested feature (many people want to run with -r on by default).
14 lines
251 B
TOML
14 lines
251 B
TOML
# Sample Config file, works with toml and yaml
|
|
# Place in either:
|
|
# ~/.config/dust/config.toml
|
|
# ~/.dust.toml
|
|
|
|
reverse=true
|
|
display-full-paths=true
|
|
display-apparent-size=true
|
|
no-colors=true
|
|
no-bars=true
|
|
skip-total=true
|
|
ignore-hidden=true
|
|
iso=true
|