Skip to content

Commit a576160

Browse files
committed
unzip, zipinfo: Complete on *.pyz
1 parent be12afe commit a576160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ _install_xspec()
18861886
}
18871887
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
18881888
_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
1889-
_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|epub|apk|do[ct][xm]|p[op]t[mx]|xl[st][xm])' unzip zipinfo
1889+
_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|epub|apk|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz)' unzip zipinfo
18901890
_install_xspec '*.Z' compress znew
18911891
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
18921892
_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat

0 commit comments

Comments
 (0)