From 8de2cf229b6e14be13144727723df1c8dc5503a0 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 11 Jun 2026 02:05:41 +0000 Subject: [PATCH] chore(docs): regenerate man page, HTML docs, and wiki --- docs/fish-config.1 | 9 +++++++-- docs/html/11-7-customization.html | 11 ++++++++--- docs/wiki/7-customization.md | 9 +++++++-- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index 35f6a2f..cffa76f 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -1778,7 +1778,7 @@ Do not commit fish_variables. .SS Opinionated Components (Minimal Mode) .PP Every opinionated piece of this config is active by default but can be -switched off through four category opt-out variables, each evaluated via +switched off through five category opt-out variables, each evaluated via __fish_variable_check. Set a variable to any falsy value (0, false, no, off, n) to disable its category; erase it or set a truthy value (1, true, yes, on, y) to @@ -1810,6 +1810,11 @@ __fish_config_op_integrations Terminal/tool coupling: Kitty/ WezTerm window abbreviations, done notifications, spwin/tab/split, hist, logs, upgrade, WakaTime +__fish_config_op_logging Logging & capture: scrollback + capture on exit, paru/yay AUR log + wrappers, Kitty watcher capture; + sentinel file coordinates + cross-process state \f[R] .fi .PP @@ -1820,7 +1825,7 @@ Examples: # Disable command shadows only (rm becomes plain rm again): set -U __fish_config_op_aliases off -# Full minimal mode \[em] disable all four categories at once: +# Full minimal mode \[em] disable all five categories at once: set -U __fish_config_opinionated 0 # Re-enable everything: diff --git a/docs/html/11-7-customization.html b/docs/html/11-7-customization.html index 361cf07..5dfe145 100644 --- a/docs/html/11-7-customization.html +++ b/docs/html/11-7-customization.html @@ -519,7 +519,7 @@ commit fish_variables.

id="opinionated-components-minimal-mode">Opinionated Components (Minimal Mode)

Every opinionated piece of this config is active by default but can -be switched off through four category opt-out variables, each evaluated +be switched off through five category opt-out variables, each evaluated via __fish_variable_check. Set a variable to any falsy value (0, false, no, off, n) to disable its category; erase it or set a truthy value (1, true, yes, on, y) to re-enable. Unset means enabled.

@@ -545,12 +545,17 @@ __fish_config_op_overrides Key and env overrides: Vi mode, __fish_config_op_integrations Terminal/tool coupling: Kitty/ WezTerm window abbreviations, done notifications, spwin/tab/split, - hist, logs, upgrade, WakaTime + hist, logs, upgrade, WakaTime +__fish_config_op_logging Logging & capture: scrollback + capture on exit, paru/yay AUR log + wrappers, Kitty watcher capture; + sentinel file coordinates + cross-process state

Examples:

# Disable command shadows only (rm becomes plain rm again):
 set -U __fish_config_op_aliases off
 
-# Full minimal mode — disable all four categories at once:
+# Full minimal mode — disable all five categories at once:
 set -U __fish_config_opinionated 0
 
 # Re-enable everything:
diff --git a/docs/wiki/7-customization.md b/docs/wiki/7-customization.md
index 03dd156..708c9ca 100644
--- a/docs/wiki/7-customization.md
+++ b/docs/wiki/7-customization.md
@@ -40,7 +40,7 @@ fish_variables.
 ## Opinionated Components (Minimal Mode)
 
 Every opinionated piece of this config is active by default but can be
-switched off through four category opt-out variables, each evaluated via
+switched off through five category opt-out variables, each evaluated via
 __fish_variable_check. Set a variable to any falsy value (0, false, no,
 off, n) to disable its category; erase it or set a truthy value (1, true,
 yes, on, y) to re-enable. Unset means enabled.
@@ -68,13 +68,18 @@ yes, on, y) to re-enable. Unset means enabled.
                                     WezTerm window abbreviations, done
                                     notifications, spwin/tab/split,
                                     hist, logs, upgrade, WakaTime
+    __fish_config_op_logging        Logging & capture: scrollback
+                                    capture on exit, paru/yay AUR log
+                                    wrappers, Kitty watcher capture;
+                                    sentinel file coordinates
+                                    cross-process state
 
 Examples:
 
     # Disable command shadows only (rm becomes plain rm again):
     set -U __fish_config_op_aliases off
 
-    # Full minimal mode — disable all four categories at once:
+    # Full minimal mode — disable all five categories at once:
     set -U __fish_config_opinionated 0
 
     # Re-enable everything: