aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cargo
AgeCommit message (Collapse)Author
2023-11-30fix(cargo): add config options for using mingwToby Vincent
2023-11-17fix(cargo): remove nighly flag from global configToby Vincent
2023-11-10feat(cargo): enable multi-thread compilingToby 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.
2023-01-30feat(cargo): add cargo configToby Vincent