aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'