Skip to content

Commit fb2774b

Browse files
committed
mus: Replace HOME prefix with ~
1 parent b69e8d3 commit fb2774b

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
@@ -116,6 +116,6 @@ if [[ -v list ]]; then
116116
fi
117117
done
118118
else
119-
[ $#files = 1 ] && echo "$files"
119+
[ $#files = 1 ] && echo "${files/~/~}"
120120
mpv ${shuffle+--shuffle} ${loop+--loop-playlist} "${files[@]}"
121121
fi

0 commit comments

Comments
 (0)