fix(first-run): move fish-config.1 symlink install to first-run #51

Merged
rootiest merged 2 commits from fix/manpage-symlink-move-to-first-run into main 2026-06-12 23:43:14 +00:00

2 Commits

Author SHA1 Message Date
rootiest 682e93c794 docs: update man page symlink description to reflect first-run timing 2026-06-12 19:37:58 -04:00
rootiest 953aafd055 fix(first-run): move fish-config.1 symlink install to first-run
Startup side-effects that modify the filesystem belong in first-run, not
in a recurring conf.d fragment. The symlink is now created once (like a
real install step) instead of being checked on every shell launch.

MANPATH addition stays in tricks.fish — that's an env var that must be
set each session.
2026-06-12 19:37:30 -04:00