From 77c68558b26b23e933f837e3a547a730e74aeb2d Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 17 Aug 2026 21:07:25 -0400 Subject: [PATCH] docs(readme): mention sub-category toggles --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0cd1165..11e074c 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,14 @@ set -Ue __fish_config_op_greeting Command shadows react immediately; bindings, prompt, and abbreviations take effect in new shells. With aliases disabled, `rm` deletes permanently again instead of trashing. See `help config opinionated` for the full component list. +Each category further sub-divides into two to six sub-categories with +their own `__fish_config_op__` toggles (e.g. +`__fish_config_op_aliases_filesystem`), following the exact same +truthy/falsy/unset cascade one level deeper. Run `config-settings` and +press Enter on a category row to browse and toggle its sub-categories, or +see the [Components Reference](https://fish.rootiest.fyi/08-components-reference/) +for the full sub-category list per category. + --- ## Attribution