TOML · 829 bytes Raw Blame History
1 [generation]
2 # Shells to generate files for. Empty list = auto-detect based on current shell
3 shells = ["bash", "dash", "zsh", "nushell", "powershell", "yash", "fish", "oil", "elvish"]
4 # Enable parallel generation (not implemented yet)
5 parallel = false
6 # Consolidate all items into single files per shell
7 consolidate_files = true
8
9 [behavior]
10 # Prompt to source changes after modifications
11 auto_source_prompt = false
12 # Check for conflicts when adding items
13 check_conflicts = true
14 # Create backups before saving config
15 backup_on_save = false
16 # Enable interactive prompts
17 interactive_mode = true
18
19 # these were not performant; reverted
20 [performance]
21 # Cache time-to-live in seconds
22 cache_ttl = 300
23 # Enable lazy loading (not implemented yet)
24 lazy_load = false
25 # Enable batch operations for better performance
26 batch_operations = false