aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/functions.zsh
Commit message (Collapse)AuthorAgeFilesLines
* Make rsync functions more readableDavid Runge2022-12-091-31/+48
| | | | | | .config/zsh/includes/functions.zsh: Change backupinfo() and backupfolder() to become more readable by using a local array for all options and using long names.
* zsh: Make pkg_keyid_lookup() more robustDavid Runge2022-05-011-1/+1
| | | | | | .config/zsh/includes/functions.zsh: Change pkg_keyid_lookup() to work on blocks of data to become more robust in detecting packages signed by a specific packager.
* 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.