aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config/zsh
AgeCommit message (Collapse)Author
2023-08-27feat(sheldon): move sheldon to pkg and add install scriptToby Vincent
2023-05-11fix(zsh): fix highlights and move sheldon into zshToby 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).