refactor(config): use $__fish_config_dir, quote paths, add dot_fish var #11
Reference in New Issue
Block a user
Delete Branch "refactor/config-path-quoting-portability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
$HOME/.config/fishpaths with the canonical$__fish_config_dirvariable for better portability across machinesdot_fishlocal variable to reduce repetition in the user-dots sourcing blockset -gx LESS -Runder a new "Misc Configuration" section to ensure colors render correctly in the less pagerManual Verification
echo $__fish_config_dirand confirm it resolves to your fish config directoryecho $LESSand confirm it outputs-Rman ls(or any man page) and confirm colored output renders correctly in the pagerls,lt, andcleanupfunctions work as expected (CachyOS override block)Ctrl+Rhistory search still workssecrets.fishexists in~/.config/.user-dots/fish/, confirm it is still sourcedlocal.fishexists in~/.config/.user-dots/fish/, confirm it is still sourced