aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-12-16 11:51:46 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-12-16 11:51:46 -0700
commit58b3d071187ff8383330a65eeddbd6e8293d5a48 (patch)
tree96eb8b49e773a719ecfdb231e1c2405a98c0422e
parentaf7c6e45cc69c5f02d01a5283b28c863e9665826 (diff)
downloaddotfiles-58b3d071187ff8383330a65eeddbd6e8293d5a48.tar.gz
mpc mp -> ml
-rw-r--r--.zshrc-linux-desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index d354d97..93b8c2b 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -18,7 +18,7 @@ fi
if [[ $(whence mpc) != "" ]] then
alias mc='mpc clear'
- alias mp='mpc playlist'
+ alias ml='mpc playlist'
alias mr='mpc random'
alias ms='mpc search any'
fi