Commit 5ffd6240 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Enable extentedglob for zsh completion



extentedglob is needed for is sub-command completion

Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent d1b6a114
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ _is_commands() {
}

_is() {
    setopt extendedglob
    typeset -A opt_args
    local curcontext="$curcontext" state line expl ret=1