Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ _is_commands() {
}
_is() {
setopt extendedglob
typeset -A opt_args
local curcontext="$curcontext" state line expl ret=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment