Rootiest rootiest
  • USA
  • https://rootiest.com
  • I am a developer and maker who enjoys:

    • 3D Printing
    • Self-Hosting
    • Linux
    • Arch
    • Neovim
    • All the other trendy (nerdy) tech things
  • Joined on 2026-01-12
rootiest created pull request rootiest/fish-config#38 2026-06-10 15:41:41 +00:00
feat(guards): opinionated components guard (Task #3)
rootiest created branch opinionated-components-guard in rootiest/fish-config 2026-06-10 15:41:14 +00:00
rootiest pushed to opinionated-components-guard at rootiest/fish-config 2026-06-10 15:41:14 +00:00
e30fc7a15c docs(config-vars): cross-reference minimal mode from Section 1 Other
7bd080769e docs(guards): document opinionated component toggles
dc97892a29 feat(guards): add in-function opinionated guards and CachyOS cleanup
ce84db593c feat(guards): add opinionated component guards to config.fish and conf.d
Compare 4 commits »
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:18:35 +00:00
cdf850f2e7 fix(config-help): quote +/pattern in MANPAGER to prevent word-splitting on spaces
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:16:48 +00:00
c5d6e35afc fix(config-help): add -- separator before -+ regex pattern in string replace
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:15:19 +00:00
831c7beb4d feat(config-help): add section linking for HTML and man page
rootiest pushed to main at rootiest/fish-config 2026-06-09 03:04:44 +00:00
79f8445e25 docs(help): prefer help config syntax; add NOTES to config-help doc block
rootiest pushed to main at rootiest/fish-config 2026-06-09 02:38:05 +00:00
23e2f43447 docs: add sponge_privacy.fish to conf.d listing in fish-config.md
rootiest pushed to main at rootiest/fish-config 2026-06-09 02:31:33 +00:00
21126012dc Merge pull request 'docs(fisher): clarify bundled vs fisher-managed plugins; add sponge' (#37) from docs/fisher-plugins-bundled into main
13eb93ce12 fix(sponge): escape leading -- in auth-flag pattern; purge stale -- patterns on load
8911146d3f fix(sponge): guard set -q value[1] before string length to handle unset vars
1637dc3122 fix(sponge): use $$var[1] to avoid test arg-count error on array vars
bceff8f4ec feat(sponge): add three-layer privacy filtering for shell history
Compare 8 commits »
rootiest deleted branch docs/fisher-plugins-bundled from rootiest/fish-config 2026-06-09 02:31:33 +00:00
rootiest merged pull request rootiest/fish-config#37 2026-06-09 02:31:32 +00:00
docs(fisher): clarify bundled vs fisher-managed plugins; add sponge
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:29:23 +00:00
13eb93ce12 fix(sponge): escape leading -- in auth-flag pattern; purge stale -- patterns on load
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:26:04 +00:00
8911146d3f fix(sponge): guard set -q value[1] before string length to handle unset vars
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:24:36 +00:00
1637dc3122 fix(sponge): use $$var[1] to avoid test arg-count error on array vars
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:23:32 +00:00
bceff8f4ec feat(sponge): add three-layer privacy filtering for shell history
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:03:32 +00:00
d21aa4ed4b chore: remove requirements.md (superseded by §6 dependency catalog and fish-deps)
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 02:01:33 +00:00
43123ff390 feat: add sponge via fisher; gitignore fisher-managed files
rootiest created pull request rootiest/fish-config#37 2026-06-09 01:52:38 +00:00
docs: clarify that plugin functionality is bundled, not managed by fisher
rootiest created branch docs/fisher-plugins-bundled in rootiest/fish-config 2026-06-09 01:52:15 +00:00
rootiest pushed to docs/fisher-plugins-bundled at rootiest/fish-config 2026-06-09 01:52:15 +00:00
8e7e450a9d docs: clarify that plugin functionality is bundled, not managed by fisher