X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fbash%2Fcompletion.sh;fp=data%2Fbash%2Fcompletion.sh;h=3defa7221b2bc6d696f51640a0c1e6fdc75eb584;hb=abb05a55c1b6c27a11bbd90efbc594ad6331bbc6;hp=11f1713ff5c50edcf84dd50dfa3dbb794762ea4c;hpb=a3d395dcb801e2e9399ba2469e851b0e591f4cd3;p=mpd-sima.git diff --git a/data/bash/completion.sh b/data/bash/completion.sh index 11f1713..3defa72 100644 --- a/data/bash/completion.sh +++ b/data/bash/completion.sh @@ -36,7 +36,8 @@ _sima() { --var-dir \ -d --daemon \ config-test \ - generate-config" + generate-config \ + purge-history" if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )