From cd08403416a0c8c22d07ed1fa2fc23eec539ca67 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 26 Jul 2026 16:11:38 -0400 Subject: [PATCH] docs(manual): standardize ruled-table rule style on a solid dash run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every ruled table in the SSOT used one solid rule under the header except the "Fish Universal Variables" table, which used the other (per-column, RST-style) convention build-manual.py just learned to also accept. Two conventions for the same thing with no reason for the split, so convert the outlier to match the other six. The parser keeps supporting both — the per-column style stays a useful fallback for anyone still authoring that way — this just makes our own SSOT consistent. --- docs/fish-config.md | 2 +- docs/manual/07-customization.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fish-config.md b/docs/fish-config.md index 9b3e3c6..423ff57 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -2528,7 +2528,7 @@ switch: setting __fish_config_opinionated=0 disables all unset categories, but a category with an explicit truthy value remains enabled regardless. Variable Disables - ------------------------------ ------------------------------------ + ──────────────────────────────────────── __fish_config_op_aliases Command shadows and flag injection: ls->eza, cat->bat, cd->zoxide, rm->trash, less->ov, top->btop, diff --git a/docs/manual/07-customization.md b/docs/manual/07-customization.md index 95f7575..b996822 100644 --- a/docs/manual/07-customization.md +++ b/docs/manual/07-customization.md @@ -68,7 +68,7 @@ switch: setting __fish_config_opinionated=0 disables all unset categories, but a category with an explicit truthy value remains enabled regardless. Variable Disables - ------------------------------ ------------------------------------ + ──────────────────────────────────────── __fish_config_op_aliases Command shadows and flag injection: ls->eza, cat->bat, cd->zoxide, rm->trash, less->ov, top->btop,