aboutsummaryrefslogtreecommitdiffstats
path: root/.config/zsh/includes/aliases.zsh
Commit message (Collapse)AuthorAgeFilesLines
* 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.