aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2024-01-18 18:46:41 -0700
committerkatherine <ageha@airen-no-jikken.icu>2024-01-18 18:46:41 -0700
commit21a9332e465da95266d8ad94b99b5ce5c539d01a (patch)
tree6a0105bbf8f40919db05ef323998d2b5260fe4ae
parent81381aa5c1bb8d41b30d4e71fb6015e61d5b0ebd (diff)
downloaddotfiles-21a9332e465da95266d8ad94b99b5ce5c539d01a.tar.gz
mpc add all
-rw-r--r--.zshrc-linux-desktop1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 93b8c2b..d5422f5 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -17,6 +17,7 @@ if [[ $(whence sshfs) != "" ]] then
fi
if [[ $(whence mpc) != "" ]] then
+ alias ma='mpc clear; mpc listall | mpc add'
alias mc='mpc clear'
alias ml='mpc playlist'
alias mr='mpc random'