aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/functions
Commit message (Collapse)AuthorAgeFilesLines
* zsh: Update nvt wrapper to also track state changes in gitDavid Runge2024-01-051-10/+18
| | | | | | | | Remove unnecessary curly braces. Add git integration for state dir to automatically push updated change to state git repo. Signed-off-by: David Runge <dave@sleepmap.de>
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-285-0/+410
.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.