config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 1925e37b9457bb439cadc27a7c9a231025e039eb
parent c16253aa202db2607fe152bb1bd2d2184a9cefee
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed, 17 Feb 2021 12:58:21 -0800

Rename the `mqa' function to `mqp'

The name `mqa' was a mnemonic for `music query add' but it doesn't
add music to the queue, it plays it, so `mqp' is more appropriate.

Diffstat:
Mmodules/shell/.config/shell/mpc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shell/.config/shell/mpc b/modules/shell/.config/shell/mpc @@ -12,7 +12,7 @@ mt() m toggle "$@" ma() m add "$@" mc() m clear "$@" md() m del "${@:-0}" -mqa() m searchplay any "$@" +mqp() m searchplay any "$@" ms() m shuf "$@" # playlist