aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-perl.sh
AgeCommit message (Collapse)Author
2024-07-02fix: prepend path to allow for command overridingToby Vincent
2023-05-24fix: prevent PATH from being overriddenToby Vincent
Also, mimic Arch's /etc/profile more accurately, switching to append-path API function that is called from auxiliary profile.d scripts.
2023-02-10feat: split `.profile` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/.profile` up into `$XDG_CONFIG_HOME/profile.d` directory. This allows for better management and prioritization between different tool's env.