aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d
AgeCommit message (Collapse)Author
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-05-02feat(firefox): add tridactyl configToby Vincent
2023-04-21feat(nvim): add c# supportToby Vincent
2023-03-27refactor: move python sh profile to python stow packageToby Vincent
2023-03-06fix(fzf): improve fzf-tmux argsToby Vincent
2023-02-19fix: set BROWSER to firefoxToby Vincent
2023-02-12fix: fix systemd env generator overwriting PATHToby Vincent
2023-02-11feat: split `.zshrc` to individual filesToby Vincent
split `$XDG_CONFIG_HOME/zsh/.zshrc` up into `$XDG_CONFIG_HOME/zsh/.zshrc.d/*`. This allows for better management and prioritization between different tool's env. Similar to what was done to `.profile` in e712243 (feat: split `.profile` to individual files, 2023-02-10).
2023-02-10style: disable quoting lint ruleToby Vincent
2023-02-10fix: fix quoting bug in systemd env genToby Vincent
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.