diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-01-18 18:46:41 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-01-18 18:46:41 -0700 |
commit | 21a9332e465da95266d8ad94b99b5ce5c539d01a (patch) | |
tree | 6a0105bbf8f40919db05ef323998d2b5260fe4ae /.zshrc-linux-desktop | |
parent | 81381aa5c1bb8d41b30d4e71fb6015e61d5b0ebd (diff) | |
download | dotfiles-21a9332e465da95266d8ad94b99b5ce5c539d01a.tar.gz |
mpc add all
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 1 |
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' |