aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/functions.zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: Helper function for package lookup by PGP key IDDavid Runge2022-03-161-0/+17
| | | | | .config/zsh/includes/functions.zsh: Add function to lookup all packages signed by a given PGP key ID.
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-0/+398
.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.