aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/starship/.config
AgeCommit message (Collapse)Author
2023-05-23fix(starship): update presets and fix font iconsToby 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-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-28fix(starship): improve promptToby Vincent
2022-08-25feat(starship): remove ssh symbol from promptToby Vincent
2022-08-02feat(starship): disabled container prompt due to using DistrodToby Vincent
2022-03-25feat: migrated to gnu stowToby Vincent