We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6111 commit 386bc5eCopy full SHA for 386bc5e
completions/python
@@ -65,7 +65,7 @@ _python()
65
if [[ ${words[*]::cword} == *\ -[cm]\ * ]]; then
66
_filedir
67
elif [[ $cur != -* ]]; then
68
- _filedir 'py?([cowz])'
+ _filedir '@(py?([cowz])|zip)'
69
else
70
COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
71
fi
0 commit comments