Files
fish-config/functions
rootiest 12d83112ea fix(config_help): use string split -m 1 to extract line number and text
string split -f does not accept ranges like '2-'; split on the first
colon only with -m 1 to correctly separate the grep line number from
the heading text without erroring on every heading line.
2026-06-06 03:40:43 -04:00
..