aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/path.zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: add support for adding rustup's stable toolchain bin to PATHDavid Runge2023-05-261-0/+4
|
* zsh: Add pyenv shims dir to PATHDavid Runge2021-12-211-1/+1
| | | | | .config/zsh/includes/path.zsh: If pyenv shim dir exists, add it to PATH.
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-0/+19
.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.