aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cargo/.config/profile.d/20-cargo.sh
AgeCommit message (Collapse)Author
2024-08-09fix(go,cargo): fix bin install pathsToby Vincent
2024-05-28feat!: remove unused configs and cleanup pathsToby 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.