X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fbash%2Fcompletion.sh;h=f932c9a95a8485d2dfc4aff088f7b80610146a0b;hb=799caf7d8e01cf9a10857bda5738fe98afd3902e;hp=a05274088d7a4f36f7d64d43318f468d1bf06309;hpb=db35ea171e147ed3d65bdab0e2f14caaf96582f9;p=mpd-sima.git diff --git a/data/bash/completion.sh b/data/bash/completion.sh index a052740..f932c9a 100644 --- a/data/bash/completion.sh +++ b/data/bash/completion.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2010, 2011, 2013, 2014, 2015, 2021 kaliko +# Copyright (c) 2010, 2011, 2013, 2014, 2015, 2021, 2022 kaliko # # This file is part of MPD_sima # @@ -43,7 +43,8 @@ _sima() { bl-add-artist \ bl-add-album \ bl-add-track \ - bl-delete" + bl-delete \ + random" if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )