aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/aliases.zsh
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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).
* zsh: move includes to XDG compliant locationsDavid Runge2021-09-281-0/+276
.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.