Files
fish-config/functions
rootiest 1a752c4c87 fix(config_help): use ANSI-aware section delimiter for bat+ov pipeline
bat emits Markdown headers as ESC[<color>m# so the raw ^# regex never
matches. Use ^(\x1b\[[0-9;]*m)+# instead — matches one or more ANSI
escape sequences before the # regardless of theme or color depth.
Restores section navigation (,/.) while keeping bat syntax highlighting.
2026-06-06 03:24:11 -04:00
..