refactor(config): use $__fish_config_dir, quote paths, add dot_fish var #11

Merged
rootiest merged 1 commits from refactor/config-path-quoting-portability into main 2026-05-08 20:30:03 +00:00

1 Commits

Author SHA1 Message Date
rootiest f70dccdc65 refactor(config): use \$__fish_config_dir, quote paths, add dot_fish var
Replace hardcoded \$HOME/.config/fish paths with the canonical
\$__fish_config_dir variable for portability. Add proper quoting around
all path strings. Introduce a dot_fish local variable to reduce
repetition in user-dots sourcing blocks. Add LESS=-R for color support
in the pager.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 16:29:05 -04:00