Skip to content

Commit d40f7c5

Browse files
committed
mus: Add l shortcut for loop
1 parent 27c1c4d commit d40f7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ while true; do
6565
local shuffle
6666
echo "Playlist will be shuffled!"
6767
;;
68-
lp)
68+
l|lp)
6969
local loop
7070
echo "Loop enabled."
7171
;;

0 commit comments

Comments
 (0)