aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fzf/.config
AgeCommit message (Collapse)Author
2024-08-11fix(fzf): clean up configToby Vincent
2024-05-30feat(zsh): improve zsh keybindingsToby Vincent
2024-02-26fix(fzf): fix issue with colorsToby Vincent
2024-02-25fix(fzf): fix typo in color optionsToby Vincent
2024-02-25fix(sh): fix base16 themeToby Vincent
2024-02-01fix(sheldon): remove unused pluginsToby 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).