| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
.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.
|
|
|
|
|
|
| |
.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.
|
|
|
|
|
| |
.config/zsh/includes/functions.zsh:
Add function to lookup all packages signed by a given PGP key ID.
|
|
.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.
|