aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh
Commit message (Collapse)AuthorAgeFilesLines
* zsh: Switch to gnupg as ssh-agentDavid Runge2022-05-221-2/+4
| | | | | .config/zsh/includes/export.zsh: Use SSH_AUTH_SOCK as provided by gnupg.
* 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: Remove use of REPORTTIMEDavid Runge2022-03-161-1/+0
| | | | | | .config/zsh/includes/export.zsh: Remove the automatic report for processes executing longer than five seconds.
* 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: Add alias for updating remote pacman sync dbDavid Runge2022-03-161-0/+3
| | | | | .config/zsh/includes/aliases.zsh: Add db-update as alias for updating the remote sync dbs.
* zsh: Use system device for mpvDavid Runge2022-03-161-2/+2
| | | | | .config/zsh/includes/aliases.zsh: When targetting the JACK backend use the generic "system" device.
* zsh: Remove old and unused aliasesDavid Runge2022-02-211-35/+0
| | | | | .config/zsh/includes/aliases.zsh: Remove old and unused aliases
* 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: Add export for pyenvDavid Runge2021-12-211-0/+4
| | | | | .config/zsh/includes/export.zsh: Add export for pyenv to set its root dir to be XDG compliant.
* zsh: Set alias for less, modify mpvDavid Runge2021-12-211-2/+3
| | | | | | | | .config/zsh/includes/aliases.zsh: Set alias for less with default flags. Change alias for mpv to use cache by default and connect to a Fireface800 when using jack (should be done using wireplumber in the future).
* Add nvim as editor wherever possibleDavid Runge2021-11-241-3/+3
| | | | | .config/zsh/includes/export.zsh: Change all relevant exports to use nvim instead of vim.
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-2815-0/+1640
.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.