diff --git a/src/_xdg-mime b/src/_xdg-mime index 62bc11d..c35d335 100644 --- a/src/_xdg-mime +++ b/src/_xdg-mime @@ -1,7 +1,7 @@ #compdef xdg-mime -# Description: -# ZSH Completion for xdg-mime 1.2.1 from +# Description: +# ZSH Completion for xdg-mime 1.2.1 from # xdg-utils (https://gitlab.freedesktop.org/xdg/xdg-utils) # # Authors: @@ -10,7 +10,7 @@ _xdg-mime_query() { _arguments \ "1:Query Type:(( - filetype\:'Returns mime-type of a file' + filetype\:'Returns mime-type of a file' default\:'Returns default application for a mime-type'))" \ "*::arg:->args" @@ -59,4 +59,10 @@ _xdg-mime() { esac } -# vim: filetype=zsh expandtab softtabstop=2 tabstop=2 shiftwidth=2 +# Local Variables: +# mode: Shell-Script +# sh-indentation: 2 +# indent-tabs-mode: nil +# sh-basic-offset: 2 +# End: +# vim: filetype=zsh expandtab softtabstop=2 tabstop=2 shiftwidth=2