From 429c407548afd2853aa389eba11094e1f60c5821 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 27 Jul 2026 23:58:42 -0400 Subject: [PATCH] chore(docs): rebuild config-help artifacts from SSoT --- docs/fish-config.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/fish-config.md b/docs/fish-config.md index 162da0d..035f664 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -2835,6 +2835,15 @@ The following tables detail every component in each category. Use this reference to understand exactly which behaviors change when you toggle a category variable. + Category Description + ────────────────────────────────────────────────────────────────────────── + C1 Command Shadows — Wraps destructive commands (`rm`, `cp`) to be safe by default + C2 Startup Side-Effects — Bootstraps Fisher, generates wrappers, auto-activates venvs + C3 Overrides — Overrides `cd`, sets Vi mode, binds `` to `smart_enter` + C4 Integrations — Kitty/Wezterm integrations, starship hooks, fzf theme + C5 Logging and Capture — Session logs, command duration + C6 Greeting & First-Run UI — Custom startup banner + ## C1 — Command Shadows Disabling `__fish_config_op_aliases` restores standard system behavior for @@ -3483,12 +3492,12 @@ This configuration groups its opinionated behaviors into six categories (C1–C6 Category Description ────────────────────────────────────────────────────────────────────────── - C1 | Command Shadows | Wraps destructive commands (`rm`, `cp`) to be safe by default | - C2 | Startup Side-Effects | Bootstraps Fisher, generates wrappers, auto-activates venvs | - C3 | Overrides | Overrides `cd`, sets Vi mode, binds `` to `smart_enter` | - C4 | Integrations | Kitty/Wezterm integrations, starship hooks, fzf theme | - C5 | Logging and Capture | Session logs, command duration | - C6 | Greeting & First-Run UI | Custom startup banner | + C1 Command Shadows — Wraps destructive commands (`rm`, `cp`) to be safe by default + C2 Startup Side-Effects — Bootstraps Fisher, generates wrappers, auto-activates venvs + C3 Overrides — Overrides `cd`, sets Vi mode, binds `` to `smart_enter` + C4 Integrations — Kitty/Wezterm integrations, starship hooks, fzf theme + C5 Logging and Capture — Session logs, command duration + C6 Greeting & First-Run UI — Custom startup banner Disable all opinionated features at once (Minimal Mode):