From: kaliko Date: Fri, 28 Oct 2022 06:57:00 +0000 (+0200) Subject: Update bash completion X-Git-Tag: 0.18.2~2 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=799caf7d8e01cf9a10857bda5738fe98afd3902e;p=mpd-sima.git Update bash completion --- 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}) )