aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/export.zsh
Commit message (Collapse)AuthorAgeFilesLines
* Add nvim as editor wherever possibleDavid Runge2021-11-241-3/+3
| | | | | .config/zsh/includes/export.zsh: Change all relevant exports to use nvim instead of vim.
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-0/+102
.config/zsh/{functions,includes}/*: Move functions and includes to XDG compliant locations. .zshrc: Include functions and other includes from XDG compliant locations. Remove use of prepend-sudo function.