Skip to content

Commit

Permalink
Fine tune previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 8, 2012
1 parent 7c7b560 commit ca53345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -1847,8 +1847,7 @@ _install_xspec()
}
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
# All ODF and OOXML office format files are zip-archives. See Ubuntu: #675987 for the rationale for including them.
_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|sxw|ot[tspgfc]|od[tspgfcm]|oxt|epub|apk|dot[xm]|doc[xm]|p[op]tx|p[op]tm|xlt[xm]|xls[xm])' unzip zipinfo
_install_xspec '!*.@(zip|[ejsw]ar|exe|pk3|wsz|zargo|xpi|sxw|ot[tspgfc]|od[tspgfcm]|oxt|epub|apk|do[ct][xm]|p[op]t[mx]|xl[st][xm])' unzip zipinfo
_install_xspec '*.Z' compress znew
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat unpigz
Expand Down

0 comments on commit ca53345

Please sign in to comment.