multiple args to music command
1 files changed, 1 insertions(+), 1 deletions(-) M .bashrc.pre-oh-my-bash
M .bashrc.pre-oh-my-bash => .bashrc.pre-oh-my-bash +1 -1
@@ 295,7 295,7 @@ unmetered() { } music() { - mpv --no-audio-display --no-resume-playback --loop-playlist=inf --shuffle "${1:-$DEFAULT_MUSIC_FOR_MPV}" + mpv --no-audio-display --no-resume-playback --loop-playlist=inf --shuffle "${@:-$DEFAULT_MUSIC_FOR_MPV}" } alias m="music"